waterloo-rocketry / minerva-old

Waterloo Rocketry's custom slackbot
3 stars 2 forks source link

Fix single-channel guests not being notified for meetings #48

Closed QuantumManiac closed 2 years ago

QuantumManiac commented 2 years ago

Issue regarding single-channel guests not being notified via DMs for meetings with AlertType of alert-single-channel was caused by the getChannelMembers function's API call limiting to returning 100 items by default. Given that some channels now exceed 100 members, this was ignoring some of the newer members. Limit has now been increased to 500.


This change is Reviewable