mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:50:11 +00:00
Fixes for the notifications
This commit is contained in:
parent
61e023d448
commit
1fe756b5b6
5 changed files with 34 additions and 23 deletions
|
@ -183,8 +183,6 @@ class Ping extends BaseModule
|
|||
}
|
||||
}
|
||||
|
||||
// Temporary workaround for notifications without messages like with the following verb:
|
||||
// - \Friendica\Protocol\Activity::ANNOUNCE
|
||||
$navNotifications = array_map(function (Entity\Notification $notification) {
|
||||
try {
|
||||
return $this->formattedNavNotification->createFromNotification($notification);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue