A Silent Message

By | March 27, 2024

Sometimes you want to add system or transactional messages to channels such as: “your ride is waiting for you”, “James updated the information for the trip”, “You and Jane are now matched” and so on.

You may not want these messages to mark a channel as unread or increase the unread messages for users.

Silent messages are special messages that don’t increase the unread messages count nor mark a channel as unread. Creating a silent message is very simple, you only need to include the silent field boolean field and set it to true.

It is also possible to send system messages. System messages differ from normal messages in the way they are presented to the user. Like the name says, system messages are normally send from the system itself, but a user is able to send it as well by specifying type

'system' with the message. The user who sends a system message client-side should have the Create System Message permission. Server-side system messages don’t need that permission.

A silent message