Skip to content

Commit a26e840

Browse files
committed
add gitlab :gitlab:
1 parent 3239d96 commit a26e840

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ PATH =
10371037
;; Additional Emojis not defined in the utf8 standard
10381038
;; By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and add it to this config.
10391039
;; Dont mistake it for Reactions.
1040-
;CUSTOM_EMOJIS = gitea, codeberg
1040+
;CUSTOM_EMOJIS = gitea, codeberg, gitlab
10411041
;;
10421042
;; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
10431043
;DEFAULT_SHOW_FULL_NAME = false

modules/setting/setting.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ var (
258258
DefaultTheme: `gitea`,
259259
Themes: []string{`gitea`, `arc-green`},
260260
Reactions: []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`},
261-
CustomEmojis: []string{`gitea`, `codeberg`},
262-
CustomEmojisMap: map[string]string{"gitea": ":gitea:", "codeberg": ":codeberg:"},
261+
CustomEmojis: []string{`gitea`, `codeberg`, `gitlab`},
262+
CustomEmojisMap: map[string]string{"gitea": ":gitea:", "codeberg": ":codeberg:", "gitlab": ":gitlab:"},
263263
Notification: struct {
264264
MinTimeout time.Duration
265265
TimeoutStep time.Duration

public/img/emoji/gitlab.png

6.71 KB
Loading

0 commit comments

Comments
 (0)