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