From 59bc342a40e7ed34a682df9bf96772f05752f4b6 Mon Sep 17 00:00:00 2001 From: yusing <yusing@6uo.me> Date: Sat, 26 Apr 2025 09:20:03 +0800 Subject: [PATCH] fix: notfications not being sent --- internal/notif/dispatcher.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/notif/dispatcher.go b/internal/notif/dispatcher.go index 08f80c7..b48a06a 100644 --- a/internal/notif/dispatcher.go +++ b/internal/notif/dispatcher.go @@ -83,9 +83,6 @@ func (disp *Dispatcher) start() { } func (disp *Dispatcher) dispatch(msg *LogMessage) { - if true { - return - } task := disp.task.Subtask("dispatcher") defer task.Finish("notif dispatched")