Move where emoji migration is fired to match the new emoji work

This commit is contained in:
Gabe Kangas
2022-12-12 08:58:00 -08:00
parent d49f001688
commit 1d248a144b
2 changed files with 5 additions and 2 deletions

View File

@ -36,7 +36,6 @@ func Start() error {
resetDirectories()
data.PopulateDefaults()
utils.MigrateCustomEmojiLocations()
if err := data.VerifySettings(); err != nil {
log.Error(err)