Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2023-08-04 23:02:41 +08:00
commit db13d92558

View File

@ -128,6 +128,9 @@ func getEmojiConf(c *gin.Context) {
if strings.HasPrefix(name, ".") {
continue
}
if subCustomEmoji.IsDir() {
continue
}
addCustomEmoji(customEmoji.Name()+"/"+name, &items)
}