We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This issue has been migrated from #16735.
The specification allows re-knocking after having been invited (https://spec.matrix.org/v1.9/client-server-api/#mroommember).
However, Synapse returns a different response if you re-knock after having been invited:
{'errcode': 'M_FORBIDDEN', 'error': 'You are already invited to this room'}
local
v1.93.0
Docker (matrixdotorg/synapse)
SQLite
Single process
Docker Container (matrixdotorg/synapse:v1.93.0)
matrixdotorg/synapse:v1.93.0
We use the default homeserver options, but with ratelimiting disabled.
n/a
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This issue has been migrated from #16735.
Description
The specification allows re-knocking after having been invited (https://spec.matrix.org/v1.9/client-server-api/#mroommember).
However, Synapse returns a different response if you re-knock after having been invited:
Steps to reproduce
Homeserver
local
Synapse Version
v1.93.0
Installation Method
Docker (matrixdotorg/synapse)
Database
SQLite
Workers
Single process
Platform
Docker Container (
matrixdotorg/synapse:v1.93.0
)Configuration
We use the default homeserver options, but with ratelimiting disabled.
Relevant log output
Anything else that would be useful to know?
No response
The text was updated successfully, but these errors were encountered: