Introduce versioning clock to timer system
This commit is contained in:
parent
bb1d957e49
commit
2fb50df0af
34 changed files with 703 additions and 28 deletions
|
@ -2049,6 +2049,7 @@ export async function createGroupV2(
|
|||
if (expireTimer) {
|
||||
await conversation.updateExpirationTimer(expireTimer, {
|
||||
reason: 'createGroupV2',
|
||||
version: undefined,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue