move presence up two levels out of rooms.edus and rooms.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
9790477b0e
commit
0ba8d1318d
15 changed files with 13 additions and 41 deletions
|
@ -484,8 +484,6 @@ pub fn select_edus_presence(
|
|||
// Look for presence updates in this room
|
||||
let mut presence_updates = Vec::new();
|
||||
for (user_id, count, presence_event) in services()
|
||||
.rooms
|
||||
.edus
|
||||
.presence
|
||||
.presence_since(room_id, since)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue