Render group member labels in quotes

This commit is contained in:
Scott Nonnenberg
2026-02-06 05:43:06 +10:00
committed by GitHub
parent c5ba980fdd
commit 85cc412b40
11 changed files with 96 additions and 18 deletions
+5
View File
@@ -17,6 +17,11 @@ export const EMOJI_OUTGOING_BYTE_LIMIT = 48;
export const SERVER_STRING_BYTE_LIMIT = 512;
export const SERVER_EMOJI_BYTE_LIMIT = 64;
export type MemberLabelType = {
labelString: string;
labelEmoji: string | undefined;
};
export function getCanAddLabel(
conversation: ConversationType,
membership: MembershipType | undefined