diff --git a/src/Model/Notify.php b/src/Model/Notify.php index 8a60ee6c04..eef481ad8f 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;