fix: notfications not being sent

This commit is contained in:
yusing 2025-04-26 09:20:03 +08:00
parent e11579df10
commit 59bc342a40

View file

@ -83,9 +83,6 @@ func (disp *Dispatcher) start() {
} }
func (disp *Dispatcher) dispatch(msg *LogMessage) { func (disp *Dispatcher) dispatch(msg *LogMessage) {
if true {
return
}
task := disp.task.Subtask("dispatcher") task := disp.task.Subtask("dispatcher")
defer task.Finish("notif dispatched") defer task.Finish("notif dispatched")