Browse Source

Missing space in the notification title

pull/1111/head
Timothée Jaussoin 3 years ago
parent
commit
255914b741
  1. 2
      app/widgets/Menu/Menu.php

2
app/widgets/Menu/Menu.php

@ -109,7 +109,7 @@ class Menu extends Base
if (!$post->isMine()) {
Notification::append(
'news',
'📝' . $title,
'📝 ' . $title,
$contact->truename,
$contact->getPhoto(),
2,

Loading…
Cancel
Save