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

Clicking on a user switches the buffer on the relay, causing missed notifications #550

Closed
Elarnon opened this issue Sep 6, 2022 · 1 comment · Fixed by #551
Closed

Comments

@Elarnon
Copy link
Contributor

Elarnon commented Sep 6, 2022

This is related to #538 but concerns the part about the buffer being switched to on the relay.

Because /query switches the buffer on the relay, messages on that conversation are considered read and do not trigger a notification (this may only be the case on some setups, e.g. active connection to the relay from another machine).

Would it make sense to use /query -noswitch here instead?

Elarnon added a commit to Elarnon/weechat-android that referenced this issue 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 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
@Elarnon
Copy link
Contributor Author

Elarnon commented Sep 6, 2022

Went ahead and opened #551 as that will probably be easier to discuss.

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 a pull request may close this issue.

1 participant