mirror of
https://github.com/friendica/friendica
synced 2025-04-27 07:10:12 +00:00
Fixes for the notifications
This commit is contained in:
parent
61e023d448
commit
1fe756b5b6
5 changed files with 34 additions and 23 deletions
|
@ -125,7 +125,7 @@ class Notification extends BaseRepository
|
|||
$condition = DBA::mergeConditions($condition, ['`vid` != ?', Verb::getID(\Friendica\Protocol\Activity::ANNOUNCE)]);
|
||||
}
|
||||
|
||||
return $this->selectForUser(local_user(), $condition, ['limit' => 50, 'order' => ['id' => true]]);
|
||||
return $this->selectForUser($uid, $condition, ['limit' => 50, 'order' => ['id' => true]]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue