Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:matterhorn-chat/mattermost-api i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
jtdaugherty committed Oct 9, 2023
2 parents 0db433c + 2393f81 commit 4b310f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/GetPosts.hs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ main = do
pPrint teams
forM_ teams $ \t -> do
when (teamName t == configTeam config) $ do
users <- mmGetUsers (defaultUserQuery { userQueryInTeam = Just (getId t), userQueryPerPage = Just 1000 }) session
users <- mmGetUsers (defaultUserQuery { userQueryInTeam = Just (getId t), userQueryPerPage = Just 200 }) session
let userMap = HM.fromList [ (getId u, u) | u <- toList users ]
when (optVerbose opts) $ do
pPrint userMap
Expand Down

0 comments on commit 4b310f5

Please sign in to comment.