From 43ac98dfbe794d998bb7fe14b13498f9af500011 Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Mon, 8 Apr 2024 20:50:48 +0200 Subject: [PATCH] Err()... --- federationapi/queue/destinationqueue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federationapi/queue/destinationqueue.go b/federationapi/queue/destinationqueue.go index 118e3df97..87a6fe559 100644 --- a/federationapi/queue/destinationqueue.go +++ b/federationapi/queue/destinationqueue.go @@ -295,7 +295,7 @@ func (oq *destinationQueue) checkNotificationsOnClose() { // backgroundSend is the worker goroutine for sending events. func (oq *destinationQueue) backgroundSend() { // Don't try to send transactions if we are shutting down. - if oq.process.Context() != nil { + if oq.process.Context().Err() != nil { return } // Check if a worker is already running, and if it isn't, then