mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
@mentions receive support
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
export type BodyRangesType = Array<{
|
||||
start: number;
|
||||
length: number;
|
||||
mentionUuid: string;
|
||||
replacementText: string;
|
||||
conversationID?: string;
|
||||
}>;
|
||||
|
||||
export type RenderTextCallbackType = (options: {
|
||||
text: string;
|
||||
key: number;
|
||||
|
||||
Reference in New Issue
Block a user