Wrong condition for home notifications

This commit is contained in:
Philipp Holzer
2019-10-28 00:01:35 +01:00
parent 87ed05e2f6
commit d9d71ea1e6

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;