We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1890741 commit a1e115bCopy full SHA for a1e115b
packages/federation-sdk/src/specs/federation-api.ts
@@ -52,7 +52,7 @@ export const FederationEndpoints = {
52
makeLeave: (roomId: string, userId: string) =>
53
`/_matrix/federation/v1/make_leave/${roomId}/${userId}`,
54
sendLeave: (roomId: string, eventId: string) =>
55
- `/_matrix/federation/v1/send_leave/${roomId}/${eventId}`,
+ `/_matrix/federation/v2/send_leave/${roomId}/${eventId}`,
56
invite: (roomId: string, eventId: string) =>
57
`/_matrix/federation/v1/invite/${roomId}/${eventId}`,
58
inviteV2: (roomId: string, eventId: string) =>
0 commit comments