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