Add receive support for pin/unpin message

This commit is contained in:
Jamie
2025-12-04 12:47:19 -08:00
committed by GitHub
parent 1b03cc4b9b
commit efe2c8de71
24 changed files with 861 additions and 97 deletions

View File

@@ -63,6 +63,7 @@ const ScalarKeys = [
'global.messageQueueTimeInSeconds',
'global.nicknames.max',
'global.nicknames.min',
'global.pinned_message_limit',
'global.textAttachmentLimitBytes',
] as const;