feat: add Public Chat Sharing permission category

This commit is contained in:
CREDO23 2026-02-02 14:40:44 +02:00
parent a80dd25ee4
commit 0bcd7505fb

View file

@ -11,6 +11,7 @@ import {
Crown,
Edit2,
FileText,
Globe,
Hash,
Link2,
LinkIcon,
@ -827,6 +828,12 @@ const CATEGORY_CONFIG: Record<
description: "Manage search space settings",
order: 10,
},
public_sharing: {
label: "Public Chat Sharing",
icon: Globe,
description: "Share chats publicly via links",
order: 11,
},
};
const ACTION_LABELS: Record<string, string> = {