mirror of
https://github.com/friendica/friendica
synced 2025-05-02 10:24:22 +02:00
Notifications do work now again
This commit is contained in:
parent
753b1e0f25
commit
2e0697c70e
2 changed files with 4 additions and 4 deletions
|
@ -199,7 +199,7 @@ class ForumManager
|
|||
$stmtContacts = DBA::p(
|
||||
"SELECT `contact`.`id`, `contact`.`name`, COUNT(*) AS `count` FROM `item`
|
||||
INNER JOIN `contact` ON `item`.`contact-id` = `contact`.`id`
|
||||
WHERE `item`.`uid` = %d AND `item`.`visible` AND NOT `item`.`deleted` AND `item`.`unseen`
|
||||
WHERE `item`.`uid` = ? AND `item`.`visible` AND NOT `item`.`deleted` AND `item`.`unseen`
|
||||
AND `contact`.`network`= 'dfrn' AND (`contact`.`forum` OR `contact`.`prv`)
|
||||
AND NOT `contact`.`blocked` AND NOT `contact`.`hidden`
|
||||
AND NOT `contact`.`pending` AND NOT `contact`.`archive`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue