-
Notifications
You must be signed in to change notification settings - Fork 231
invalid extended-join on logout #933
Copy link
Copy link
Closed
Description
Displayable account name should be the unfolded account name when logged in, or * when logged out (that's how it's initialized in the Client struct). However, as of #792, this is reset incorrectly to the empty string on a logout event:
which results in invalid extended join lines (since the account name parameter is empty and not the final parameter).
Reactions are currently unavailable