You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-09-03 08:42:03 +03:00
This commit is contained in:
@@ -470,6 +470,10 @@ SyncApi.prototype._processRoomEvents = function(room, stateEventList,
|
|||||||
|
|
||||||
this._resolveInvites(room);
|
this._resolveInvites(room);
|
||||||
|
|
||||||
|
// recalculate the room name at this point as adding events to the timeline
|
||||||
|
// may make notifications appear which should have the right name.
|
||||||
|
room.recalculate(this.client.credentials.userId);
|
||||||
|
|
||||||
// execute the timeline events, this will begin to diverge the current state
|
// execute the timeline events, this will begin to diverge the current state
|
||||||
// if the timeline has any state events in it.
|
// if the timeline has any state events in it.
|
||||||
room.addEventsToTimeline(timelineEventList);
|
room.addEventsToTimeline(timelineEventList);
|
||||||
|
Reference in New Issue
Block a user