Fix getting invite state

This SSS API call should work on Synapse, Tuwunel, and Continuwuity.
A fallback via hierarchy is provided for Conduit.
This commit is contained in:
Cadence Ember
2026-01-30 13:43:01 +13:00
parent 0c781f9b72
commit d7f5f8bac4
4 changed files with 84 additions and 36 deletions

1
src/types.d.ts vendored
View File

@@ -433,6 +433,7 @@ export namespace R {
guest_can_join: boolean
join_rule?: string
name?: string
topic?: string
num_joined_members: number
room_id: string
room_type?: string