From 60040c8929db0c331d172ca9e74faa31988fcac3 Mon Sep 17 00:00:00 2001 From: Till Faelligen Date: Mon, 16 May 2022 15:54:08 +0200 Subject: [PATCH] Add comment --- federationapi/queue/destinationqueue.go | 1 + 1 file changed, 1 insertion(+) diff --git a/federationapi/queue/destinationqueue.go b/federationapi/queue/destinationqueue.go index 747940403..d9382a172 100644 --- a/federationapi/queue/destinationqueue.go +++ b/federationapi/queue/destinationqueue.go @@ -126,6 +126,7 @@ func (oq *destinationQueue) sendEDU(event *gomatrixserverlib.EDU, receipt *share oq.destination, // the destination server name receipt, // NIDs from federationapi_queue_json table event.Type, + nil, // this will use the default expireEDUTypes map ); err != nil { logrus.WithError(err).Errorf("failed to associate EDU with destination %q", oq.destination) return