Cleans up mute state after mute expires
This commit is contained in:
parent
a581f6ea81
commit
9510fd1eec
7 changed files with 125 additions and 8 deletions
|
@ -121,6 +121,7 @@ const {
|
|||
} = require('../../ts/services/updateListener');
|
||||
const { notify } = require('../../ts/services/notify');
|
||||
const { calling } = require('../../ts/services/calling');
|
||||
const { onTimeout, removeTimeout } = require('../../ts/services/timers');
|
||||
const {
|
||||
enableStorageService,
|
||||
eraseAllStorageServiceState,
|
||||
|
@ -341,7 +342,9 @@ exports.setup = (options = {}) => {
|
|||
initializeGroupCredentialFetcher,
|
||||
initializeNetworkObserver,
|
||||
initializeUpdateListener,
|
||||
onTimeout,
|
||||
notify,
|
||||
removeTimeout,
|
||||
runStorageServiceSyncJob,
|
||||
storageServiceUploadJob,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue