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

This commit is contained in:
Vanessa 2024-06-18 22:37:16 +08:00
commit 38b5a20141

View file

@ -46,7 +46,7 @@ func watchEmojis() {
go func() {
for {
select {
case event, ok := <-emojisWatcher.Event:
case _, ok := <-emojisWatcher.Event:
if !ok {
return
}