no repeats in TWKN (it messed up infinitescrolling)
This commit is contained in:
parent
a1eb144b45
commit
6c18728afd
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue
Block a user