Skip to content
New issue

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

Keep relay buffer when clicking on the nicklist #551

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

Elarnon
Copy link
Contributor

@Elarnon Elarnon commented Sep 6, 2022

When clicking on a nick on the nicklist, the /query command is issued, causing the relay to switch its buffer to the query. weechat-android should switch the client buffer instead (see #538), but leave the relay buffer intact.
If the relay buffer is switched, it may cause missed notifications due to weechat incorrectly believing that messages have been seen on the relay, since the buffer is opened.

Fixes #550

When clicking on a nick on the nicklist, the `/query` command is issued, causing the relay to switch its buffer to the query.  weechat-android should switch the *client* buffer instead (see ubergeek42#538), but leave the relay buffer intact.
If the relay buffer is switched, it may cause missed notifications due to weechat  incorrectly believing that messages have been seen on the relay, since the buffer is opened.

Fixes ubergeek42#550
@mhoran
Copy link
Collaborator

mhoran commented Sep 6, 2022

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clicking on a user switches the buffer on the relay, causing missed notifications
2 participants