feat(chat): add private message unlock flow
This commit is contained in:
@@ -22,6 +22,9 @@ export interface LocalMessageRow {
|
||||
content: string;
|
||||
createdAt: string;
|
||||
imageUrl?: string | null;
|
||||
isPrivate?: boolean | null;
|
||||
privateLocked?: boolean | null;
|
||||
privateHint?: string | null;
|
||||
sessionId: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user