fix(chat): preserve locked message content on unlock
This commit is contained in:
@@ -51,7 +51,6 @@ export interface IChatRepository {
|
||||
/** 把本地缓存中的单条锁定消息标记为已解锁。 */
|
||||
markPrivateMessageUnlockedInLocal(
|
||||
messageId: string,
|
||||
content: string,
|
||||
lockDetail?: ChatLockDetailData,
|
||||
): Promise<Result<void>>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user