From 264ecfda526b0f702fa9eab6e096a7d0610523b4 Mon Sep 17 00:00:00 2001 From: William Kray Date: Fri, 4 Apr 2025 14:03:03 -0700 Subject: [PATCH] big update, please read carefully! permission modeling has been moved from statically defined in your bot config to a cascading model, as set by your parent room or space. when upgrading: - ensure your bot is an admin of your space or parent room - run the `!community sync` command to migrate your admins and moderators to your parent space, and clear out these fields in your config - optionally run `!community setpower` to ensure power levels are set in all space rooms according to your parent space if you have legacy rooms with incorrect permissions, you can now upgrade them easily with the `!community replaceroom` command. see the readme for more information. --- maubot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maubot.yaml b/maubot.yaml index 61fcc49..b4308da 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,6 +1,6 @@ maubot: 0.1.0 id: org.jobmachine.communitybot -version: 0.1.19 +version: 0.2.0 license: MIT modules: - community