Add custom emoji support (#16004)
This commit is contained in:
parent
aac663e0da
commit
65548359cc
11 changed files with 57 additions and 23 deletions
|
@ -30,6 +30,7 @@
|
|||
AppVer: '{{AppVer}}',
|
||||
AppSubUrl: '{{AppSubUrl}}',
|
||||
AssetUrlPrefix: '{{AssetUrlPrefix}}',
|
||||
CustomEmojis: {{CustomEmojis}},
|
||||
UseServiceWorker: {{UseServiceWorker}},
|
||||
csrf: '{{.CsrfToken}}',
|
||||
HighlightJS: {{if .RequireHighlightJS}}true{{else}}false{{end}},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue