mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-18 14:17:08 -05:00
Removed historical code: recents does not need to manage presences. It is already done by initialSync in eventStreamService
This commit is contained in:
parent
967ac65586
commit
fd2d3fcfd7
@ -112,12 +112,6 @@ angular.module('RecentsController', ['matrixService', 'matrixFilter', 'eventHand
|
|||||||
$rootScope.rooms[room.room_id].numUsersInRoom = numUsersInRoom;
|
$rootScope.rooms[room.room_id].numUsersInRoom = numUsersInRoom;
|
||||||
}
|
}
|
||||||
|
|
||||||
var presence = initialSyncData.data.presence;
|
|
||||||
for (var i = 0; i < presence.length; ++i) {
|
|
||||||
eventHandlerService.handleEvent(presence[i], false);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// From now, update recents from the stream
|
// From now, update recents from the stream
|
||||||
listenToEventStream();
|
listenToEventStream();
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user