Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Add unstable_features key
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Jul 5, 2020
1 parent 9c1e934 commit 208d3cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/rest/client/v2_alpha/shared_rooms.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async def on_GET(self, request, user_id, other_user_id):

rooms = await self.store.get_rooms_in_common_for_users(user_id, other_user_id)

return 200, {"rooms": rooms,}
return 200, {"rooms": rooms}


def register_servlets(hs, http_server):
Expand Down
2 changes: 2 additions & 0 deletions synapse/rest/client/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ def on_GET(self, request):
"org.matrix.e2e_cross_signing": True,
# Implements additional endpoints as described in MSC2432
"org.matrix.msc2432": True,
# Implements additional endpoints as described in MSC2666
"uk.half-shot.msc2666": True,
},
},
)
Expand Down

0 comments on commit 208d3cf

Please sign in to comment.