Use CachingNoticeStream for "All" feed (hope it works)
This commit is contained in:
parent
2272cc244d
commit
36a55d8436
|
@ -58,7 +58,7 @@ class InboxNoticeStream extends ScopingNoticeStream
|
||||||
$scoped = Profile::current();
|
$scoped = Profile::current();
|
||||||
}
|
}
|
||||||
// FIXME: we don't use CachingNoticeStream - but maybe we should?
|
// FIXME: we don't use CachingNoticeStream - but maybe we should?
|
||||||
parent::__construct(new RawInboxNoticeStream($target), $scoped);
|
parent::__construct(new CachingNoticeStream(new RawInboxNoticeStream($target), 'profileall'), $scoped);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user