File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ func TestPrivateAPI(t *testing.T) {
7979 {Path : "/_matrix/client/v3/rooms/{roomID}/receipt/{type}/{eventID}" , Method : http .MethodPost },
8080 {Path : "/_matrix/client/v3/rooms/{roomID}/redact/{eventID}/{txn}" , Method : http .MethodPut },
8181 {Path : "/_matrix/client/v3/rooms/{roomID}/send/{type}/{txn}" , Method : http .MethodPut },
82- {Path : "/_matrix/client/unstable/org.matrix.msc2716 /rooms/{roomID}/batch_send" , Method : http .MethodPost },
82+ {Path : "/_matrix/client/unstable/com.beeper.backfill /rooms/{roomID}/batch_send" , Method : http .MethodPost },
8383 {Path : "/_matrix/client/unstable/com.beeper.chatmerging/rooms/{roomID}/split" , Method : http .MethodPost },
8484 {Path : "/_matrix/client/unstable/com.beeper.chatmerging/merge" , Method : http .MethodPost },
8585 {Path : "/_matrix/client/unstable/com.beeper.yeet/rooms/{roomID}/delete" , Method : http .MethodPost },
You can’t perform that action at this time.
0 commit comments