Add unstable_features key
This commit is contained in:
@@ -44,7 +44,7 @@ class UserSharedRoomsServlet(RestServlet):
|
||||
|
||||
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):
|
||||
|
||||
@@ -60,6 +60,8 @@ class VersionsRestServlet(RestServlet):
|
||||
"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,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user