Module notifications

Source

Modulesยง

imp ๐Ÿ”’
notifications_settings ๐Ÿ”’

Structsยง

Notifications
The notifications of a Session.

Constantsยง

MAX_BODY_CHARS ๐Ÿ”’
The maximum number of characters that we want to display for the body of a notification. We assume that the system shows at most 100 characters per line, so this is MAX_BODY_LINES * 100.
MAX_BODY_LINES ๐Ÿ”’
The maximum number of lines we want to display for the body of a notification.

Functionsยง

message_notification_body ๐Ÿ”’
Generate the notification body for the given event, if it is a message-like event.
own_invite_notification_body ๐Ÿ”’
Generate the notification body for the given event, if it is an invite for our own user.
text_event_body ๐Ÿ”’