You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
linting
This commit is contained in:
@@ -860,7 +860,7 @@ SyncApi.prototype._processSyncResponse = function(syncToken, data) {
|
||||
self._deregisterStateListeners(room);
|
||||
room.resetLiveTimeline(
|
||||
joinObj.timeline.prev_batch,
|
||||
self.opts.canResetEntireTimeline(room.roomId)
|
||||
self.opts.canResetEntireTimeline(room.roomId),
|
||||
);
|
||||
|
||||
// We have to assume any gap in any timeline is
|
||||
|
Reference in New Issue
Block a user