Skip to content

Commit

Permalink
🎨 Custom Emoji folders no longer require manual refresh when they cha…
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 authored and tom2319273 committed Aug 3, 2024
1 parent be6caf4 commit b8f6aa6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/model/emojis_watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ func watchEmojis() {
}
logging.LogErrorf("watch emojis failed: %s", err)
case <-timer.C:
//logging.LogInfof("emojis changed: %s", lastEvent)
util.PushReloadEmojiConf()
}
}
Expand Down

0 comments on commit b8f6aa6

Please sign in to comment.