Replies: 2 comments 3 replies
-
|
I have converted this issue to a feature request. As mentioned in #467 I'm not sure it's ideal to use the muted flag also for archived state. I would prefer a user interface where archived chats are not visible in the main chat list, but perhaps listed in the Extending this, we could support some keybinding ( I feel this would be closer to the official mobile apps behavior. |
Beta Was this translation helpful? Give feedback.
-
|
Hi again @asemarafa - support for not showing archived chats has been added in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I noticed that for WhatsApp, archived chats are currently both visible and unmuted in
nchat. This results inreceiving desktop/sound notifications for chats that are intended to be quiet (archived).
I compared this with the project's current Telegram implementation and found that Telegram simply hides archived chat
(by filtering for
chatListMain). While the Telegram implementation might need its own bug report later (as it makes chainaccessible within
nchat), for WhatsApp, the correct and expected behavior is that archived chats are implicitlymuted.
Observed Behavior
Expected Behavior
archiving, it should remain active after unarchiving).
Steps to Reproduce
nchattriggers a notification and the chat appears unmuted.Additional Context
I have a PR ready that utilizes the archive information already provided by the
whatsmeowlibrary (which is currentignored by the project).
My implementation chooses to mute rather than hide archived chats. This ensures they remain accessible within
nchat(since there is no dedicated "Archive View") while strictly adhering to the "archived chats don't notify" rule.Beta Was this translation helpful? Give feedback.
All reactions