williamkray / maubot-communitybot

a maubot plugin to help you manage your community rooms on matrix
MIT License
12 stars 0 forks source link

[feature] set power level for specific users across all rooms in the space #2

Closed williamkray closed 3 months ago

williamkray commented 3 months ago

would be nice to have a mapping of specific users who should have special power levels (like moderators), and a command that would loop through rooms in the space, check the power levels of the room, and adjust the state event accordingly.

this is going to be ugly because of how these state events are handled (you have to basically recreate the whole thing with changes, you can't just update one piece) but i think it's do-able.

williamkray commented 3 months ago

fixed with e4ff8edd0ddacdf8756003160f70ac900a5eb8e2 although it is very messy if you have legacy rooms that the bot can't do all the things in. works great in rooms and spaces where the bot is admin.