Move emoji directory definition to config (#1317)

* mv emojiDir to config

* end comment with period
This commit is contained in:
Meisam
2021-08-14 21:48:04 +02:00
committed by GitHub
parent 04bb97bffc
commit 31a8d81a42
2 changed files with 4 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ const (
FfmpegSuggestedVersion = "v4.1.5" // Requires the v
// DataDirectory is the directory we save data to.
DataDirectory = "data"
// EmojiDir is relative to the webroot.
EmojiDir = "/img/emoji"
)
var (