List timeline cache blowing wasn't working. fixed.
This commit is contained in:
parent
2581e46a25
commit
161b672db2
@ -53,7 +53,7 @@ class PeopletagNoticeStream extends ScopingNoticeStream
|
|||||||
$profile = Profile::current();
|
$profile = Profile::current();
|
||||||
}
|
}
|
||||||
parent::__construct(new CachingNoticeStream(new RawPeopletagNoticeStream($plist),
|
parent::__construct(new CachingNoticeStream(new RawPeopletagNoticeStream($plist),
|
||||||
'profile_tag:notice_ids:' . $plist->id),
|
'profile_list:notice_ids:' . $plist->id),
|
||||||
$profile);
|
$profile);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user