-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Synapse supports unspecced DELETE /directory/list/room/<room ID>
endpoint
#13111
Comments
DELETE /directory/list/room/<room ID>
endpoint
@DMRobertson The right place to spec it is in matrix-spec repo right? I think its better to spec it. What say? |
Part of #8334. |
I don't like having more than one way to do something: it leads to incompatible implementations. If you can do the equivalent with |
Agreed entirely. What I should have said above: we should check to see if any clients use this (i.e. if |
element-web uses |
There is also an unspecced DELETE on the application-service version of this endpoint. |
Synapse supports a
DELETE /directory/list/room/<room ID>
endpoint which appears to be unspecced. (It's specced with GET and PUT).synapse/synapse/rest/client/directory.py
Lines 157 to 166 in e24ff8e
Originally posted by @DMRobertson in #13102 (comment)
DELETE is a shortcut for PUTting private visibility. I'd like to either spec it or remove it.
The text was updated successfully, but these errors were encountered: