1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 09:26:34 +02:00

Update for beta 16

This commit is contained in:
Alexander Skvortsov
2021-03-13 16:32:48 -05:00
parent d8a39508dd
commit 58fa8d4b8c
6 changed files with 95 additions and 78 deletions

View File

@@ -30,7 +30,7 @@ export default function addSubscriptionFilter() {
extend(DiscussionListState.prototype, 'requestParams', function (params) {
if (this.params.onFollowing) {
params.filter.q = (params.filter.q || '') + ' is:following';
params.filter.subscription = 'following';
}
});
}