fix: Fix multiple bugs with new authentication flow
This commit is contained in:
@@ -26,6 +26,8 @@ export interface Message {
|
||||
isDeleted: boolean;
|
||||
replyToId?: string;
|
||||
linkMetadata?: LinkMetadata[];
|
||||
/** Originating client instance when relayed through signaling for multi-device sync. */
|
||||
clientInstanceId?: string;
|
||||
}
|
||||
|
||||
export interface Reaction {
|
||||
|
||||
Reference in New Issue
Block a user