42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
295 stars 60 forks source link

Low count of users in &users #244

Closed lazyusername closed 5 years ago

lazyusername commented 5 years ago

I can't see all users in &users. Our mattermost instance has multiple teams and these I am in, have above 1k users. Anyway in &users I see the user list ending with users starting with letter j and that's it.

I see the note here:

&users channel that contains members of all teams (if mattermost is so configured) for easy messaging

But I am not sure, what does it actually mean. Can someone be more descriptive on this one, please?

Mattermost version: 5.9.0 Matterircd version: 0.19.2 (but I had this problem before too)

42wim commented 5 years ago

It contains all the users of the teams you are a member of. Could be a paging issue, seems they changed the limit to 200 users, could it be that that's the amount of users you're seeing? (I don't have access to a mattermost large enough to test)

42wim commented 5 years ago

Was a paging issue, this is fixed now in master, could you verify? Please reopen if still an issue.

lazyusername commented 5 years ago

I can confirm that it's fixed in master branch. I can see 1K+ users in &users now . The related issue (#243) needs some time to review.

Thx a lot!