You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.
Switching disable_federation to false appears to resolve the problem. The problem only seems to arise when rejecting an invitation, not when leaving a room that has been joined, but it was completely reproducible under those conditions.
The text was updated successfully, but these errors were encountered:
Background information
go version
: 1.16 linux/amd64Description
Dendrite won't allow invitation rejections unless federation is turned on.
Steps to reproduce
disable_federation: true
in dendrite.yaml.The server then throws a 400 bad request, and the SDK gives the error "failed to leave room ... through 1 server(s)".
The following error appears in the systemd log:
Switching
disable_federation
to false appears to resolve the problem. The problem only seems to arise when rejecting an invitation, not when leaving a room that has been joined, but it was completely reproducible under those conditions.The text was updated successfully, but these errors were encountered: