fix(chat): stabilize message identities
This commit is contained in:
@@ -51,7 +51,7 @@ export type ChatEvent =
|
||||
| { type: "ChatPromotionCleared" }
|
||||
| {
|
||||
type: "ChatUnlockMessageRequested";
|
||||
messageId: string;
|
||||
displayMessageId: string;
|
||||
remoteMessageId?: string;
|
||||
kind: PendingChatUnlockKind;
|
||||
lockType?: ChatLockType;
|
||||
|
||||
Reference in New Issue
Block a user