Thread by conversation, not id
This commit is contained in:
parent
2dd81d9a5c
commit
ff782f1d97
@ -60,8 +60,8 @@ class ThreadingNoticeStream extends FilteringNoticeStream
|
|||||||
|
|
||||||
function filter($notice)
|
function filter($notice)
|
||||||
{
|
{
|
||||||
if (!array_key_exists($notice->id, $this->seen)) {
|
if (!array_key_exists($notice->conversation, $this->seen)) {
|
||||||
$this->seen[$notice->id] = true;
|
$this->seen[$notice->conversation] = true;
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
Reference in New Issue
Block a user