Skip to content

Commit

Permalink
fix sync on client side muting
Browse files Browse the repository at this point in the history
  • Loading branch information
dianabarsan committed Oct 16, 2024
1 parent 707b8ce commit e22ddc5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ describe('Muting', () => {

describe('for an offline user', () => {
const updateClientSideMutingSettings = async (settings) => {
await utils.updateSettings(settings);
await commonPage.sync();
await utils.updateSettings(settings, { sync: true, refresh: true, ignoreReload: true });
};

const unmuteContacts = () => {
Expand Down

0 comments on commit e22ddc5

Please sign in to comment.