return bypassSilence to the frontend and remove isSilencedForMe

This commit is contained in:
Hazelnoot 2025-08-09 13:37:11 -04:00
parent e425d841b1
commit 7728e749f1
4 changed files with 5 additions and 11 deletions

View file

@ -184,7 +184,7 @@ export const packedUserLiteSchema = {
type: 'boolean',
nullable: false, optional: false,
},
isSilencedForMe: {
bypassSilence: {
type: 'boolean',
nullable: false, optional: false,
},
@ -232,10 +232,6 @@ export const packedUserLiteSchema = {
type: 'boolean',
nullable: false, optional: false,
},
isSilencedForMe: {
type: 'boolean',
nullable: false, optional: false,
},
mandatoryCW: {
type: 'string',
nullable: true, optional: false,