Fix the backlog event execution.
This commit is contained in:
parent
542b0bb5af
commit
ae8aba1a3c
1 changed files with 1 additions and 1 deletions
|
@ -270,7 +270,7 @@ class MatrixBacklogEvent(MatrixEvent):
|
|||
tags = tags_for_message("backlog")
|
||||
|
||||
for event in self.events:
|
||||
event.execute(room, buf, list(tags))
|
||||
event.execute(self.server, room, buf, list(tags))
|
||||
|
||||
room.prev_batch = self.end_token
|
||||
room.backlog_pending = False
|
||||
|
|
Loading…
Add table
Reference in a new issue