You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes you want to set many members to be admins - maybe the whole group. The current update_admin_list method only allows you to do this one at a time, leading to a large number of commits and async actions for something that could be handled in a single call.
Describe the solution to the problem
Create a bulk_update_admin_list function that takes an array. Maybe deprecate the current version and make everyone use it. That would let us reclaim the name update_admin_list.
Same for super-admin list obviously.
Describe the uses cases for the feature
Making everyone in the group an admin
Additional details
No response
The text was updated successfully, but these errors were encountered:
If we really wanted to get fancy we could include it as an option when adding the member and have the add + the update to the admin list all happen in a single commit.
Is your feature request related to a problem?
Sometimes you want to set many members to be admins - maybe the whole group. The current
update_admin_list
method only allows you to do this one at a time, leading to a large number of commits and async actions for something that could be handled in a single call.Describe the solution to the problem
Create a
bulk_update_admin_list
function that takes an array. Maybe deprecate the current version and make everyone use it. That would let us reclaim the nameupdate_admin_list
.Same for super-admin list obviously.
Describe the uses cases for the feature
Making everyone in the group an admin
Additional details
No response
The text was updated successfully, but these errors were encountered: