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
Currently there does not appear to be a way to unlink a Matrix room since the integration has been temporarily disabled.
Opening the integration shows the following:
I tried to remove the integration but this also results in an error:
This error seems to come from the fact that an Admin cannot kick the appservice user since it doesn't de-op itself.
It tries to kick: @appservice:libera.chat URL: https://matrix-client.matrix.org/_matrix/client/r0/rooms/!IhWLkfcitdpMucYIJB%3Amatrix.org/kick).
The request is:
{"user_id":"@appservice:libera.chat"}
And the response is:
{"errcode":"M_FORBIDDEN","error":"You cannot kick user @appservice:libera.chat."}
Any hints on how I can remove the LiberaChat bridge and remove the @appservice:libera.chat user?
The text was updated successfully, but these errors were encountered:
Currently there does not appear to be a way to unlink a Matrix room since the integration has been temporarily disabled.
Opening the integration shows the following:
I tried to remove the integration but this also results in an error:
This error seems to come from the fact that an
Admin
cannot kick theappservice
user since it doesn't de-op itself.It tries to kick:
@appservice:libera.chat
URL:https://matrix-client.matrix.org/_matrix/client/r0/rooms/!IhWLkfcitdpMucYIJB%3Amatrix.org/kick
).The request is:
And the response is:
Any hints on how I can remove the LiberaChat bridge and remove the
@appservice:libera.chat
user?The text was updated successfully, but these errors were encountered: