ynput / ayon-backend

Server codebase with API access to AYON
Apache License 2.0
18 stars 14 forks source link

Inbox: Websocket notification #226

Closed martastain closed 1 month ago

martastain commented 1 month ago

When a new activity is created, referenced users are notified using fire and forget websocket event with inbox.message topic.

The event uses the first line of the message body as its description summary.isImportant flag could be used to silence unimportant messages based on the user preferences.