diff options
author | 6543 <6543@obermui.de> | 2021-07-02 16:04:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-02 16:04:57 +0200 |
commit | 836884429ae6d08909f4f96fbe0f1ea288e7af12 (patch) | |
tree | e4386ce61a952af3b60342ed9276c496ccdde3f9 /custom | |
parent | 92328a3394be51e6200f69c91c402aa15ff6e06e (diff) | |
download | gitea-836884429ae6d08909f4f96fbe0f1ea288e7af12.tar.gz gitea-836884429ae6d08909f4f96fbe0f1ea288e7af12.zip |
Add forge emojies (#16296)
* codeberg :codeberg:
* gitlab :gitlab:
* git :git:
* github :github:
* gogs :gogs:
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.example.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index ba12b7ff12..ff21613586 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1040,7 +1040,7 @@ PATH = ;; Additional Emojis not defined in the utf8 standard ;; By default we support gitea (:gitea:), to add more copy them to public/img/emoji/emoji_name.png and add it to this config. ;; Dont mistake it for Reactions. -;CUSTOM_EMOJIS = gitea +;CUSTOM_EMOJIS = gitea, codeberg, gitlab, git, github, gogs ;; ;; Whether the full name of the users should be shown where possible. If the full name isn't set, the username will be used. ;DEFAULT_SHOW_FULL_NAME = false |