Merge pull request #7780 from nupplaphil/bug/7776_home_not
Wrong condition for home notifications
This commit is contained in:
commit
aa94d27e6e
|
@ -562,7 +562,7 @@ final class Notify extends BaseObject
|
||||||
$ident = self::HOME;
|
$ident = self::HOME;
|
||||||
$notifies = [];
|
$notifies = [];
|
||||||
|
|
||||||
$condition = ['wall' => false, 'uid' => local_user()];
|
$condition = ['wall' => true, 'uid' => local_user()];
|
||||||
|
|
||||||
if (!$seen) {
|
if (!$seen) {
|
||||||
$condition['unseen'] = true;
|
$condition['unseen'] = true;
|
||||||
|
|
Loading…
Reference in a new issue