mirror of
https://github.com/go-gitea/gitea.git
synced 2025-09-09 08:16:39 +00:00
Add custom emoji support (#16004)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user