mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
@@ -6,7 +6,7 @@ import DiscussionListState from 'flarum/states/DiscussionListState';
|
||||
export default function addSubscriptionFilter() {
|
||||
extend(IndexPage.prototype, 'navItems', function(items) {
|
||||
if (app.session.user) {
|
||||
const params = this.stickyParams();
|
||||
const params = app.search.stickyParams();
|
||||
|
||||
params.filter = 'following';
|
||||
|
||||
|
Reference in New Issue
Block a user