mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Add custom emoji support (#16004)
This commit is contained in:
@@ -14481,6 +14481,13 @@
|
||||
},
|
||||
"x-go-name": "AllowedReactions"
|
||||
},
|
||||
"custom_emojis": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"x-go-name": "CustomEmojis"
|
||||
},
|
||||
"default_theme": {
|
||||
"type": "string",
|
||||
"x-go-name": "DefaultTheme"
|
||||
|
Reference in New Issue
Block a user