mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-08-06 09:39:44 +08: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