Skip to content

Commit

Permalink
feat: pass uid into filter:flags.list
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Aug 14, 2020
1 parent 31c2b7d commit 9c70b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags.js
Expand Up @@ -177,6 +177,7 @@ Flags.list = async function (filters, uid) {
const data = await plugins.fireHook('filter:flags.list', {
flags: flags,
page: filters.page,
uid: uid,
});

return {
Expand Down

0 comments on commit 9c70b66

Please sign in to comment.