Reactions/Edits: Mark read after database save

This commit is contained in:
Scott Nonnenberg 2024-08-27 07:42:44 +10:00 committed by GitHub
parent 768ad8e928
commit 688de5a99b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 59 additions and 70 deletions

View file

@ -68,8 +68,7 @@ describe('backup/calling', () => {
callLink = {
rootKey: rootKey.toString(),
roomId: getRoomIdFromRootKey(rootKey),
// TODO: DESKTOP-7511
adminKey: fromAdminKeyBytes(Buffer.concat([adminKey, adminKey])),
adminKey: fromAdminKeyBytes(adminKey),
name: "Let's Talk Rocks",
restrictions: CallLinkRestrictions.AdminApproval,
revoked: false,