mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Add API test case for notification
This commit is contained in:
parent
582f6bd4a3
commit
5ccf41a56f
3 changed files with 43 additions and 5 deletions
|
@ -37,8 +37,6 @@ class Notify extends BaseRepository
|
|||
{
|
||||
$params['order'] = $params['order'] ?? ['date' => 'DESC'];
|
||||
|
||||
$condition = array_merge($condition, ['uid' => local_user()]);
|
||||
|
||||
return parent::select($condition, $params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue