Incorporate review

This commit is contained in:
Brendan Abolivier 2019-12-16 16:00:18 +00:00
parent a29420f9f4
commit a820069549
No known key found for this signature in database
GPG key ID: 1E015C145F1916CD
2 changed files with 1 additions and 6 deletions

View file

@ -941,7 +941,7 @@ class RoomContextHandler(object):
if event_filter:
state_events = event_filter.filter(state_events)
results["state"] = state_events
results["state"] = yield filter_evts(state_events)
# We use a dummy token here as we only care about the room portion of
# the token, which we replace.