no repeats in TWKN (it messed up infinitescrolling)

This commit is contained in:
Hannes Mannerheim 2015-01-27 23:33:31 +01:00
parent a1eb144b45
commit 6c18728afd

View File

@ -69,6 +69,7 @@ class RawPublicAndExternalNoticeStream extends NoticeStream
$notice->whereAdd('is_local !='. Notice::LOCAL_NONPUBLIC);
$notice->whereAdd('is_local !='. Notice::GATEWAY);
$notice->whereAdd('repeat_of IS NULL');
Notice::addWhereSinceId($notice, $since_id);
Notice::addWhereMaxId($notice, $max_id);