This commit is contained in:
0x1a8510f2 2022-09-10 01:31:55 +01:00
parent 88bc79f7f5
commit af036a7efa
No known key found for this signature in database
GPG key ID: 1C692E355D76775D

View file

@ -166,7 +166,7 @@ func Setup(
logrus.Info("Enabling server notices at /_synapse/admin/v1/send_server_notice")
serverNotificationSender, err := getSenderDevice(context.Background(), userAPI, cfg)
if err != nil {
logrus.WithError(err).Fatal("unable to get account for sending sending server notices")
logrus.WithError(err).Fatal("unable to get account for sending server notices")
}
synapseAdminRouter.Handle("/admin/v1/send_server_notice/{txnID}",