remove changes to sync
This commit is contained in:
@@ -358,10 +358,7 @@ class SyncRestServlet(RestServlet):
|
||||
joined = {}
|
||||
for room in rooms:
|
||||
joined[room.room_id] = await self.encode_room(
|
||||
room,
|
||||
time_now,
|
||||
joined=True,
|
||||
serialize_options=serialize_options,
|
||||
room, time_now, joined=True, serialize_options=serialize_options,
|
||||
)
|
||||
|
||||
return joined
|
||||
@@ -466,10 +463,7 @@ class SyncRestServlet(RestServlet):
|
||||
joined = {}
|
||||
for room in rooms:
|
||||
joined[room.room_id] = await self.encode_room(
|
||||
room,
|
||||
time_now,
|
||||
joined=False,
|
||||
serialize_options=serialize_options,
|
||||
room, time_now, joined=False, serialize_options=serialize_options,
|
||||
)
|
||||
|
||||
return joined
|
||||
|
||||
Reference in New Issue
Block a user