mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-25 11:22:16 +00:00
Add custom emoji support (#16004)
This commit is contained in:
parent
aac663e0da
commit
65548359cc
11 changed files with 57 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue