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
more lint and thinkos
This commit is contained in:
@@ -345,7 +345,8 @@ SyncApi.prototype._sync = function(syncOptions, attempt) {
|
||||
var ephemeralEvents =
|
||||
self._mapSyncEventsFormat(joinObj.ephemeral, undefined, 'ephemeral');
|
||||
var accountDataEvents =
|
||||
self._mapSyncEventsFormat(joinObj.account_data, undefined, 'account_data');
|
||||
self._mapSyncEventsFormat(joinObj.account_data, undefined,
|
||||
'account_data');
|
||||
|
||||
// we do this first so it's correct when any of the events fire
|
||||
room.unread_notification_count = joinObj.unread_notification_count;
|
||||
|
||||
Reference in New Issue
Block a user