diff --git a/src/Model/Notify.php b/src/Model/Notify.php index 8a60ee6c0..eef481ad8 100644 --- a/src/Model/Notify.php +++ b/src/Model/Notify.php @@ -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;