feat: add syncable parameters for auto and custom chat width

This commit is contained in:
Imad Saddik 2026-03-14 08:55:56 +00:00
parent b7851305df
commit 23758f3ba8
1 changed files with 12 additions and 0 deletions

View File

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