mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-23 08:48:32 +02:00
fix: notfications not being sent
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user