What is this doing here?

This commit is contained in:
Till Faelligen 2022-11-04 12:42:56 +01:00
parent 1b479439ff
commit ef310391f0
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -41,7 +41,6 @@ type OutputPresenceConsumer struct {
queues *queue.OutgoingQueues queues *queue.OutgoingQueues
isLocalServerName func(gomatrixserverlib.ServerName) bool isLocalServerName func(gomatrixserverlib.ServerName) bool
rsAPI roomserverAPI.FederationRoomserverAPI rsAPI roomserverAPI.FederationRoomserverAPI
roomserverAPI.FederationRoomserverAPI
topic string topic string
outboundPresenceEnabled bool outboundPresenceEnabled bool
} }