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