mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-29 06:08:48 +03:00
Fix colon spacing
This commit is contained in:
parent
01bbec88dd
commit
b05657d51a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ NotificationsManager::postNotification(const mtx::responses::Notification ¬if
|
||||||
text =
|
text =
|
||||||
"* " + sender + " " + formatNotification(utils::event_body(notification.event));
|
"* " + sender + " " + formatNotification(utils::event_body(notification.event));
|
||||||
else
|
else
|
||||||
text = sender + ":" + formatNotification(utils::event_body(notification.event));
|
text = sender + ": " + formatNotification(utils::event_body(notification.event));
|
||||||
|
|
||||||
systemPostNotification(room_id, event_id, room_name, sender, text, icon);
|
systemPostNotification(room_id, event_id, room_name, sender, text, icon);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue