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

@ -34,14 +34,13 @@ import (
// OutputReceiptConsumer consumes events that originate in the clientapi.
type OutputPresenceConsumer struct {
ctx context.Context
jetstream nats.JetStreamContext
durable string
db storage.Database
queues *queue.OutgoingQueues
isLocalServerName func(gomatrixserverlib.ServerName) bool
rsAPI roomserverAPI.FederationRoomserverAPI
roomserverAPI.FederationRoomserverAPI
ctx context.Context
jetstream nats.JetStreamContext
durable string
db storage.Database
queues *queue.OutgoingQueues
isLocalServerName func(gomatrixserverlib.ServerName) bool
rsAPI roomserverAPI.FederationRoomserverAPI
topic string
outboundPresenceEnabled bool
}