-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
no whatsapp notification sound on my phone when pidgin is run #188
Comments
Another user reported similar issues. We suspect that WhatsApp tones down the "intensity" of notifications if there is another session active. The behaviour has changed from version to version and is different on iOS and Android. Can you set Pidgins state to "away" and check how that changes the behaviour for your setup? |
I don't notice any change when switching to status away, except for the loss of contact refreshes. But notifications are still soundless on my phone :( I deactivated / reactivated the plugin after setting pidgin to status away but nothing. my phone runs on android :) |
I, too, use Android devices. However, I cannot reproduce the behaviour. I am sorry. I am using WhatsApp 2.24.3.79 on my main phone and in the emulator for testing purposes. This is what happens for me:
The behaviour is consistent with having WhatsApp Web open instead of Pidgin. I assume this is by design and henceforth working as intended. Please note that in Pidgin you can set an individual status for every account via the "saved status" feature. |
I'm seeing this same behavior. Even when I set pidgin to away explicitly I still get no notifications on my phone. Even with WhatsApp Web running on the same machine (with this plug-in disabled) I still get notifications on my phone when the computer session is idle so WhatsApp Web seems to be detecting idle state and enabling the notifications on the phone. Does this plug-in do anything positive in terms of notifying WhatsApp that it's away when it gets the away event from pidgin? If not then it doesn't seem surprising that WhatsApp always considers the pidgin instance as active and suppresses the notifications elsewhere. Just a thought for investigation. |
Hello, to be more precise, in the module options in pidgin I checked: "send-receipt" as "on-interact". so when I receive a message, the notification (without sound) is displayed on my phone, and disappears when I open the relevant conversation on pidgin |
That is indeed not intended behaviour, but I cannot reproduce the issue. It simply does not happen with my set-up, I am sorry. 😕
Yes, that happens in gowhatsapp_set_presence. Save for the hack mentioned above, it is a simple forward.
That however is indeed the intended behaviour. The general idea is that you want to read a message only once: Either on the phone or Pidgin (WhatsApp Web), not both. Maybe one of the other |
What is With native WhatsApp, there seems to be two receipts. One for when the message was delivered and one for when it was read. [How] does |
in purple-go-whatsapp, "send-receipts" is used to change the message from distributed to read on the recipient's side In my case, the "send-receipts" is set to "interaction with the conversation", so as long as I haven't opened the pidgin conversation, the message isn't marked as read by my recipient. That's why I don't understand why I don't have sound on my phone, but maybe that's normal whatsapp behavior... |
What is the result of keeping a conversation tab open (but perhaps not focused because another tab is in focus) in the conversations window on Pidgin while, say, the screen is locked? There are many different permutations here in fact:
I would suggest that the only time a conversation is marked read is when the conversation is open, focused and the screen is not locked. All other times the read flag is not set. Perhaps When interacting with the conversation, or Never even are the only sane options for I've set it to Never for the moment to see if I can get any sane behaviour from leaving the WhatsApp account logged into Pidgin[1] and still getting notifications elsewhere when away from my computer. [1] At the moment, I have a hacky dbus monitoring script that actually completely logs me out of WhatsApp in Pidgin when my session goes idle. This seems to be the only reliable way of getting notifications on my phone when I am away from the computer. Granted I have not tried all of the |
I think we are talking about different things here: PresenceWhatsApp presence corresponds to a Pidgin status:
I mapped Presence is what controls whether you get a notification on your phone or not. For an extreme solution, you may configure Pidgin to disconnect from WhatsApp when your computer is idle (Settings → State/Idle). ReceiptsBy default, Pidgin has no mechanism for receipts at all. There is some kind of "this conversation has a new message which you did not see yet" mechanism which I use for the If a message was marked as |
using whatsapp more these days with the plugin for pidgin, I've noticed that I don't get any sound in whatsapp notifications when pidgin is launched.
Is this something whatsapp wants to happen, and can it be fixed?
I'd like to point out that I do receive the notifications on my phone, just that there's no sound.
The text was updated successfully, but these errors were encountered: