Keep UI settings on heartbeat expiration
This commit is contained in:
parent
dcf29078f4
commit
798533a417
8 changed files with 84 additions and 12 deletions
|
@ -33,6 +33,7 @@ import { cleanDataForIpc } from './cleanDataForIpc';
|
|||
import { ReactionType } from '../types/Reactions';
|
||||
import { ConversationColorType, CustomColorType } from '../types/Colors';
|
||||
import type { ProcessGroupCallRingRequestResult } from '../types/Calling';
|
||||
import type { RemoveAllConfiguration } from '../types/RemoveAllConfiguration';
|
||||
|
||||
import {
|
||||
ConversationModelCollectionType,
|
||||
|
@ -1527,8 +1528,8 @@ async function removeAll() {
|
|||
await channels.removeAll();
|
||||
}
|
||||
|
||||
async function removeAllConfiguration() {
|
||||
await channels.removeAllConfiguration();
|
||||
async function removeAllConfiguration(type?: RemoveAllConfiguration) {
|
||||
await channels.removeAllConfiguration(type);
|
||||
}
|
||||
|
||||
async function cleanupOrphanedAttachments() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue