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 Apr 26, 2024. It is now read-only.
Assuming we have two servers over federation, which is local and remote.
There's a local user called A, send an invite to remote user called B. Before B accept/reject the invitation. A kicked B out of the room. Since the kick event will not be sent to remote server, and B is not member of the room currently(after being kicked), a notification bar of invention will always appear on the B's client side (result of replay invite event?) and cannot disappear. Whichever button you clicked would lead to an error.
The text was updated successfully, but these errors were encountered:
I've just tried several times in webclient under Chrome's Incognito mode. (Can Incognito mode eliminate the impact of the client-side cache?)
Currently On B's client side, calling leave API will result 200. But the invention notice cannot disappear immediately.
Finally the invention-notice disappeared several minutes, or after I restart the remote server(User B's local server), seems affected by server-side cache.
Assuming we have two servers over federation, which is local and remote.
There's a local user called A, send an invite to remote user called B. Before B accept/reject the invitation. A kicked B out of the room. Since the kick event will not be sent to remote server, and B is not member of the room currently(after being kicked), a notification bar of invention will always appear on the B's client side (result of replay invite event?) and cannot disappear. Whichever button you clicked would lead to an error.
The text was updated successfully, but these errors were encountered: