Use CachingNoticeStream for "All" feed (hope it works)

This commit is contained in:
Mikael Nordfeldth 2014-03-06 11:47:27 +01:00
parent 2272cc244d
commit 36a55d8436
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ class InboxNoticeStream extends ScopingNoticeStream
$scoped = Profile::current();
}
// 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);
}
}