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:
@@ -18,6 +18,7 @@ type GeneralRepoSettings struct {
|
||||
type GeneralUISettings struct {
|
||||
DefaultTheme string `json:"default_theme"`
|
||||
AllowedReactions []string `json:"allowed_reactions"`
|
||||
CustomEmojis []string `json:"custom_emojis"`
|
||||
}
|
||||
|
||||
// GeneralAPISettings contains global api settings exposed by it
|
||||
|
Reference in New Issue
Block a user