ubergeek42 / weechat-android

Simple Weechat-Relay Android Client
524 stars 103 forks source link

Keep relay buffer when clicking on the nicklist #551

Closed Elarnon closed 2 years ago

Elarnon commented 2 years ago

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

mhoran commented 2 years ago

Thanks!