Send viewed receipt when you start listening to an audio message

This commit is contained in:
Evan Hahn
2021-08-17 10:43:26 -05:00
committed by GitHub
parent caf544b3a1
commit 75f0cd50be
19 changed files with 483 additions and 109 deletions

View File

@@ -31,8 +31,6 @@ export class RemoveStorageKeyJobQueue extends JobQueue<RemoveStorageKeyJobData>
export const removeStorageKeyJobQueue = new RemoveStorageKeyJobQueue({
store: jobQueueDatabaseStore,
queueType: 'remove storage key',
maxAttempts: 100,
});