Skip to content

Commit

Permalink
Merge pull request #94 from garbados/patch-1
Browse files Browse the repository at this point in the history
Document possible flags for `listByFlag`
  • Loading branch information
noffle committed Jul 2, 2020
2 parents e3e3507 + aa5dac5 commit 2f41eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ banned users.
#### cabal.moderation.listByFlag({ channel, flag })

Return a readable object stream of records for `channel` that for each user with
`flag` set.
`flag` set. Flags used by cabal-core include: "hide", "mute", "block", "admin",
and "mod".

Each `row` object in the output stream has:

Expand Down

0 comments on commit 2f41eb5

Please sign in to comment.