hellos3b / sjbha-bot

13 stars 17 forks source link

meetups: rsvp list is showing unknown for users #173

Closed hellos3b closed 2 years ago

hellos3b commented 2 years ago

if the combined rsvp list for a meetup exceeds 100 users, any user after 100 does not get resolved for the list

This is because the match number of users you can fetch at once is 100, and our memberlist util does not account for a second fetch

https://github.com/hellos3b/sjbha-bot/blob/74ead7b14e08adcf22267e08ad6974755caead8e/bot/src/utils/MemberList.ts#L27-L38

hellos3b commented 2 years ago

https://github.com/hellos3b/sjbha-bot/commit/505405b9f4545ea691113aee6ad89ecb58955e01

hellos3b commented 2 years ago

Reopening, fix not confirmed