--- trunk/config/schema/system.json 2024/07/29 17:59:26 575 +++ trunk/config/schema/system.json 2024/09/10 15:53:22 631 @@ -8,6 +8,15 @@ "type": "boolean", "default": false }, + "emoji_resolve_strategy": { + "type": "string", + "enum": [ + "both", + "home_guild", + "application" + ], + "default": "both" + }, "system_admins": { "type": "array", "items": {