Skip to content

Commit 3299075

Browse files
committed
same reactions as github
1 parent 6c3cbde commit 3299075

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/conf/app.ini.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ DEFAULT_THEME = gitea
151151
THEMES = gitea,arc-green
152152
; All available reactions. Allow users react with different emoji's
153153
: For the whole list look at https://gitea.com/gitea/gitea.com/issues/8
154-
REACTIONS = +1, -1, laugh, confused, heart, hooray, eyes
154+
REACTIONS = +1, -1, laugh, hooray, confused, heart, rocket, eyes
155155
; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used.
156156
DEFAULT_SHOW_FULL_NAME = false
157157
; Whether to search within description at repository search on explore page.

modules/setting/setting.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ var (
199199
MaxDisplayFileSize: 8388608,
200200
DefaultTheme: `gitea`,
201201
Themes: []string{`gitea`, `arc-green`},
202-
Reactions: []string{`+1`, `-1`, `laugh`, `confused`, `heart`, `hooray`, `eyes`},
202+
Reactions: []string{`+1`, `-1`, `laugh`, `hooray`, `confused`, `heart`, `rocket`, `eyes`},
203203
Admin: struct {
204204
UserPagingNum int
205205
RepoPagingNum int

0 commit comments

Comments
 (0)