Note that homeservers should pass down invites to the client if they fail on autojoin
This commit is contained in:
parent
8bfef19a39
commit
68d2d7cfdb
1 changed files with 4 additions and 1 deletions
|
@ -487,7 +487,10 @@ related to the knock attempt.
|
||||||
|
|
||||||
Note that client or homeserver implementations are free to automatically
|
Note that client or homeserver implementations are free to automatically
|
||||||
accept this invite given they're aware that it's the result of a previous
|
accept this invite given they're aware that it's the result of a previous
|
||||||
knock.
|
knock. In case of failing to auto-accept an invite on the homeserver, it's
|
||||||
|
recommended for homeservers to pass the invite down to the client so that it
|
||||||
|
may try at a later point (or reject the potentially broken invite) at the user's
|
||||||
|
discretion.
|
||||||
|
|
||||||
### Membership change to `leave` via rejecting a knock
|
### Membership change to `leave` via rejecting a knock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue