Add comment

This commit is contained in:
Till Faelligen 2022-05-16 15:54:08 +02:00
parent 54e383972f
commit 60040c8929

View file

@ -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