-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Hi! I found no api to achieve this, thus i'd like to put up a suggestion for it.
I want to show an alert triggered by chat messages, but chat commands and keywords are too limited/rigid for this. Thus i'm using a widget that reacts to messages instead. This works, but i want the alert to not overlap with follower or subscriber alerts and as far as i understand message events don't arrive on the global event queue.
Is there any way for me to put a custom event for my alert onto the global event queue to prevent overlap with other alerts?
The alternative would be to handle follower and subscriber alerts in the widget, too, and to implement a custom queue. But that seems excessive for such a simple and not very exotic use case.
Any other suggestions on how to achieve this are welcome, too.