Fix colon spacing
This commit is contained in:
parent
01bbec88dd
commit
b05657d51a
@ -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 New Issue
Block a user