You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Linting
This commit is contained in:
@@ -340,7 +340,7 @@ SyncApi.prototype._sync = function(syncOptions, attempt) {
|
||||
joinRooms.forEach(function(joinObj) {
|
||||
var room = joinObj.room;
|
||||
var stateEvents = self._mapSyncEventsFormat(joinObj.state, room, 'state');
|
||||
var timelineEvents =
|
||||
var timelineEvents =
|
||||
self._mapSyncEventsFormat(joinObj.timeline, room, 'timeline');
|
||||
var ephemeralEvents =
|
||||
self._mapSyncEventsFormat(joinObj.ephemeral, undefined, 'ephemeral');
|
||||
|
||||
Reference in New Issue
Block a user