0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-05-20 06:13:48 +02:00

Remove Suppressing send-to-device log line

The behaviour is correct and I have no idea why we are logging it.
This commit is contained in:
Neil Alexander 2022-09-29 16:18:42 +01:00
parent e1bf709eb3
commit 1b65c97ad1
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -80,7 +80,6 @@ func (t *OutputSendToDeviceConsumer) onMessage(ctx context.Context, msgs []*nats
return true
}
if originServerName != t.ServerName {
log.WithField("other_server", originServerName).Info("Suppressing send-to-device: originated elsewhere")
return true
}
// Extract the send-to-device event from msg.