1
0
Fork 0

Merge "notification" routes

This commit is contained in:
Philipp Holzer 2020-01-28 23:21:24 +01:00
commit c2b8c65104
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
8 changed files with 16 additions and 15 deletions

View file

@ -443,7 +443,7 @@ function ping_get_notifications($uid)
);
}
$notification["href"] = DI::baseUrl() . "/notification/view/" . $notification["id"];
$notification["href"] = DI::baseUrl() . "/notification/" . $notification["id"];
if ($notification["visible"]
&& !$notification["deleted"]