refactor: remove unused chat width parameters from syncable parameters

This commit is contained in:
Imad Saddik 2026-03-14 06:47:28 +00:00
parent 19986697e3
commit c3cb3fcfcd
1 changed files with 0 additions and 12 deletions

View File

@ -159,18 +159,6 @@ export const SYNCABLE_PARAMETERS: SyncableParameter[] = [
serverKey: 'fullHeightCodeBlocks',
type: SyncableParameterType.BOOLEAN,
canSync: true
},
{
key: 'autoChatWidth',
serverKey: 'autoChatWidth',
type: SyncableParameterType.BOOLEAN,
canSync: true
},
{
key: 'customChatWidth',
serverKey: 'customChatWidth',
type: SyncableParameterType.STRING,
canSync: true
}
];