mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-03-03 08:53:10 -06:00
heh whoops
This commit is contained in:
parent
92c4a96003
commit
0bd7c88724
|
|
@ -166,7 +166,7 @@ func (s *OutputRoomEventConsumer) filterRoomserverEvents(
|
|||
// TODO: We can probably benefit from some caching here somewhere.
|
||||
filteredEvents := make([]*gomatrixserverlib.HeaderedEvent, 0, len(events))
|
||||
for _, event := range events {
|
||||
if s.appserviceIsInterestedInEvent(ctx, event, state.ApplicationService) {
|
||||
if !s.appserviceIsInterestedInEvent(ctx, event, state.ApplicationService) {
|
||||
continue
|
||||
}
|
||||
filteredEvents = append(filteredEvents, event)
|
||||
|
|
|
|||
Loading…
Reference in a new issue