Skip to content

Commit

Permalink
Remove roomserv unstable endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
bradtgmurray committed Jan 17, 2024
1 parent b5683ad commit ada407d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hungryserv/private_api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,6 @@ func TestPrivateAPI(t *testing.T) {
{Path: "/_matrix/media/unstable/fi.mau.msc2246/upload/{serverName}/{mediaID}", Method: http.MethodPut},
{Path: "/_matrix/media/unstable/fi.mau.msc2246/upload/{serverName}/{mediaID}/complete", Method: http.MethodPost},

// Roomserv Synapse change notify endpoints
{Path: "/_matrix/hungryserv/unstable/refresh_devices", Method: http.MethodPost},
{Path: "/_matrix/hungryserv/unstable/devices", Method: http.MethodPost},
{Path: "/_matrix/hungryserv/unstable/pushers", Method: http.MethodPost},
{Path: "/_matrix/hungryserv/unstable/push_rules", Method: http.MethodPost},
{Path: "/_matrix/hungryserv/unstable/invalidate_user_account_data", Method: http.MethodPost},

// Appservice websockets
{Path: "/_matrix/client/unstable/fi.mau.as_sync", Method: http.MethodGet},

Expand Down

0 comments on commit ada407d

Please sign in to comment.