Skip to content

Commit ada407d

Browse files
committed
Remove roomserv unstable endpoints
1 parent b5683ad commit ada407d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hungryserv/private_api_test.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,6 @@ func TestPrivateAPI(t *testing.T) {
118118
{Path: "/_matrix/media/unstable/fi.mau.msc2246/upload/{serverName}/{mediaID}", Method: http.MethodPut},
119119
{Path: "/_matrix/media/unstable/fi.mau.msc2246/upload/{serverName}/{mediaID}/complete", Method: http.MethodPost},
120120

121-
// Roomserv Synapse change notify endpoints
122-
{Path: "/_matrix/hungryserv/unstable/refresh_devices", Method: http.MethodPost},
123-
{Path: "/_matrix/hungryserv/unstable/devices", Method: http.MethodPost},
124-
{Path: "/_matrix/hungryserv/unstable/pushers", Method: http.MethodPost},
125-
{Path: "/_matrix/hungryserv/unstable/push_rules", Method: http.MethodPost},
126-
{Path: "/_matrix/hungryserv/unstable/invalidate_user_account_data", Method: http.MethodPost},
127-
128121
// Appservice websockets
129122
{Path: "/_matrix/client/unstable/fi.mau.as_sync", Method: http.MethodGet},
130123

0 commit comments

Comments
 (0)