Wrong condition for home notifications

This commit is contained in:
Philipp Holzer 2019-10-28 00:01:35 +01:00
parent 87ed05e2f6
commit d9d71ea1e6
No known key found for this signature in database
GPG Key ID: D8365C3D36B77D90
1 changed files with 1 additions and 1 deletions

View File

@ -562,7 +562,7 @@ final class Notify extends BaseObject
$ident = self::HOME;
$notifies = [];
$condition = ['wall' => false, 'uid' => local_user()];
$condition = ['wall' => true, 'uid' => local_user()];
if (!$seen) {
$condition['unseen'] = true;