File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments