RocketChat / Rocket.Chat.Electron

Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
https://rocket.chat/
MIT License
1.59k stars 704 forks source link

Notification feature #2105

Open baiking opened 3 years ago

baiking commented 3 years ago

My Setup

Description

When receiving a message , the rocketchat icon should blink to make strong metion

Current Behavior

It only shows message number, no blink, its easy to miss message

Expected Behavior

rocketchat blink

nokaoii commented 3 years ago

I like this suggestion but ONLY if there's an option to also disable it.

I have a lot of rooms that I have notifications turned off, but it still seems to fire the notify API and seeing my icon blink all the time would drive me insane.

ankar84 commented 3 years ago

Related to https://github.com/RocketChat/Rocket.Chat.Electron/issues/695 https://github.com/RocketChat/Rocket.Chat.Electron/issues/487 https://github.com/RocketChat/Rocket.Chat.Electron/issues/452

baiking commented 3 years ago

I like this suggestion but ONLY if there's an option to also disable it.

I have a lot of rooms that I have notifications turned off, but it still seems to fire the notify API and seeing my icon blink all the time would drive me insane.

yeah, it would be nice to have an option to turn it on/off

tmartincpp commented 3 years ago

If this is implement, please keep the existing one :

So we can enable flashFrame for DM/mentions but disable it for others messages types.

MrPoint1400 commented 2 years ago

+1

OgreTransporter commented 1 year ago

It would be handy to be able to run an external script/program on such notification events or enable some other form of external interaction (HTTP request, TCP/UDP, etc.).

I would like to trigger external devices on incoming messages so that I don't miss the messages either. ;-)