I understand the default behavior to not send every participant a push notification for every message posted to a discuss channel, because in a large channel the quantity of messages could be crazy. However, some channels are intended for critical notices and participants should receive push notifications when messages are posted, without the need to @ a person directly.
I'm fairly close to getting an Automated Action to work for sending Push Notifications to All Discuss Channel Participants, but it results in the push messages being posted to the res.partner model.
Hoping some of the guru's here could help to modify the python code so that it doesn't create extra messages, but instead just adds all the participants as notified people on the message.
Note:
I do have the settings for the discuss channel to notify on All Messages, and we do get the notification badge in our little chat bubble at the top of the browser, but we want push on our phones as well.
----