Early preparations for PNP Contact Merging
This commit is contained in:
@@ -215,6 +215,7 @@ const dataInterface: ClientInterface = {
|
||||
updateConversation,
|
||||
updateConversations,
|
||||
removeConversation,
|
||||
_removeAllConversations,
|
||||
updateAllConversationColors,
|
||||
removeAllProfileKeyCredentials,
|
||||
|
||||
@@ -1084,6 +1085,10 @@ async function removeConversation(id: string): Promise<void> {
|
||||
}
|
||||
}
|
||||
|
||||
async function _removeAllConversations(): Promise<void> {
|
||||
await channels._removeAllConversations();
|
||||
}
|
||||
|
||||
async function eraseStorageServiceStateFromConversations(): Promise<void> {
|
||||
await channels.eraseStorageServiceStateFromConversations();
|
||||
}
|
||||
|
Reference in New Issue
Block a user