mirror of
https://github.com/friendica/friendica
synced 2025-04-23 21:10:12 +00:00
Add UID as parameter for notify repository call
This commit is contained in:
parent
c11cfd5e48
commit
55a5e43715
3 changed files with 9 additions and 8 deletions
|
@ -107,7 +107,7 @@ class Notification extends BaseModule
|
|||
$request_id = $parameters['id'] ?? false;
|
||||
|
||||
if ($request_id) {
|
||||
$notify = DI::notify()->getByID($request_id);
|
||||
$notify = DI::notify()->getByID($request_id, local_user());
|
||||
DI::notify()->setSeen(true, $notify);
|
||||
|
||||
if (!empty($notify->link)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue