mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04: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;
|
||||
}
|
||||
|
||||
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
|
||||
listenToEventStream();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user