Issue 1158: muting of threads now works with the API as well.

This commit is contained in:
Michael Vogel 2014-09-28 00:42:27 +02:00
parent 21c09c0732
commit 2b26181509
1 changed files with 1 additions and 1 deletions

View File

@ -1393,7 +1393,7 @@
AND `item`.`visible` = 1 and `item`.`moderated` = 0 AND `item`.`deleted` = 0
AND `contact`.`id` = `item`.`contact-id`
AND `contact`.`blocked` = 0 AND `contact`.`pending` = 0
AND `item`.`parent` IN (SELECT `iid` from thread where uid = %d AND `mention`)
AND `item`.`parent` IN (SELECT `iid` from thread where uid = %d AND `mention` AND !`ignored`)
$sql_extra
AND `item`.`id`>%d
ORDER BY `item`.`id` DESC LIMIT %d ,%d ",