mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-25 15:55:22 +00:00
Update Inbox, fix flag validation condition, allow profile reports
This commit is contained in:
parent
c4190eec08
commit
402a4607c9
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ class Inbox
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!$accountId || !$objects->count()) {
|
if(!$accountId && !$objects->count()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue