Skip to content

Commit 2b1a4e5

Browse files
authored
Update batch send endpoint
1 parent e813134 commit 2b1a4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hungryserv/private_api_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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},

0 commit comments

Comments
 (0)