non-square emoji

This commit is contained in:
Henry Jameson 2026-05-10 17:21:49 +03:00
commit 518e49b561
23 changed files with 69 additions and 2 deletions

View file

@ -229,6 +229,10 @@ export const INSTANCE_DEFAULT_CONFIG_DEFINITIONS = {
description: 'Play animated gifs on hover only',
default: true,
},
nonSquareEmoji: {
description: 'Allow emoji to be non-square (max 3:1 aspect)',
default: true,
},
replyVisibility: {
description: 'Type of replies to show',
default: 'all',