Update Inbox, fix flag validation condition, allow profile reports

This commit is contained in:
Daniel Supernault 2024-02-29 04:51:56 -07:00
parent c4190eec08
commit 402a4607c9
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1
1 changed files with 1 additions and 1 deletions

View File

@ -1283,7 +1283,7 @@ class Inbox
}
}
if(!$accountId || !$objects->count()) {
if(!$accountId && !$objects->count()) {
return;
}