spacebarchat / server

Spacebar server - A reimplementation of the Discord.com backend, built with Typescript and love
https://spacebar.chat
GNU Affero General Public License v3.0
1.42k stars 243 forks source link

[Followup to PR #1120] Bulk ban maximum limit isn't configurable #1122

Open TheArcaneBrony opened 3 months ago

TheArcaneBrony commented 3 months ago

Pull request #1120 implemented the bulk ban endpoint.

https://github.com/spacebarchat/server/pull/1120/files#diff-520e2810e59768a3c50716eae8d489c6ade061231c77858d89732fb9c372cf8cR54-R59

This implementation has the bulk ban limit hardcoded as 200 members. It would be nice if this could be configured.