Feat: limitSharing (advanced conversation privacy) (#1899)
* Update messages.ts * Update Message.ts * lint * lint
This commit is contained in:
@@ -276,6 +276,9 @@ export type AnyMessageContent =
|
||||
| {
|
||||
disappearingMessagesInChat: boolean | number
|
||||
}
|
||||
| {
|
||||
limitSharing: boolean
|
||||
}
|
||||
|
||||
export type GroupMetadataParticipants = Pick<GroupMetadata, 'participants'>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user