Introduce versioning clock to timer system
This commit is contained in:
parent
bb1d957e49
commit
2fb50df0af
34 changed files with 703 additions and 28 deletions
|
@ -39,6 +39,7 @@ describe('Conversations', () => {
|
|||
sentMessageCount: 0,
|
||||
profileSharing: true,
|
||||
version: 0,
|
||||
expireTimerVersion: 1,
|
||||
});
|
||||
|
||||
await window.textsecure.storage.user.setCredentials({
|
||||
|
@ -132,6 +133,7 @@ describe('Conversations', () => {
|
|||
sentMessageCount: 0,
|
||||
profileSharing: true,
|
||||
version: 0,
|
||||
expireTimerVersion: 1,
|
||||
});
|
||||
|
||||
const resultNoImage = await conversation.getQuoteAttachment(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue