Compare commits

..

No commits in common. "adc0bcaebb4bc0d53cdcbb360bb7f9f811c49830" and "55c6433faca75cf69adc2bfb2450fe0b485354e4" have entirely different histories.

4 changed files with 307 additions and 528 deletions

2
assets/emoji.json generated

File diff suppressed because one or more lines are too long

View File

@ -26,7 +26,7 @@ import (
const ( const (
gemojiURL = "https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json" gemojiURL = "https://raw.githubusercontent.com/github/gemoji/master/db/emoji.json"
maxUnicodeVersion = 14 maxUnicodeVersion = 12
) )
var flagOut = flag.String("o", "modules/emoji/emoji_data.go", "out") var flagOut = flag.String("o", "modules/emoji/emoji_data.go", "out")

View File

@ -276,7 +276,7 @@ func Init() error {
} }
} }
if GravatarSourceURL != nil && enableFederatedAvatarSetting.GetValueBool() { if enableFederatedAvatarSetting.GetValueBool() {
LibravatarService = libravatar.New() LibravatarService = libravatar.New()
if GravatarSourceURL.Scheme == "https" { if GravatarSourceURL.Scheme == "https" {
LibravatarService.SetUseHTTPS(true) LibravatarService.SetUseHTTPS(true)

File diff suppressed because it is too large Load Diff