Add custom emoji support (#16004)
This commit is contained in:
parent
aac663e0da
commit
65548359cc
11 changed files with 57 additions and 23 deletions
|
@ -25,6 +25,7 @@ func GetGeneralUISettings(ctx *context.APIContext) {
|
|||
ctx.JSON(http.StatusOK, api.GeneralUISettings{
|
||||
DefaultTheme: setting.UI.DefaultTheme,
|
||||
AllowedReactions: setting.UI.Reactions,
|
||||
CustomEmojis: setting.UI.CustomEmojis,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue