first pass at slug logic to prevent community collision

This commit is contained in:
William Kray
2025-06-29 11:59:01 -07:00
parent f4e4440122
commit 07c8a77686
3 changed files with 145 additions and 4 deletions
+5
View File
@@ -62,6 +62,11 @@ plugin_config:
# leave this empty to use the initialize command to create a new community to manage,
# based on opinionated defaults.
parent_room: ''
# community slug
# this will be used to suffix room aliases in order to avoid collisions with other communities
# leave blank to generate an acronym of your community name during initialization
community_slug: ''
# sleep time between actions. you can drop this to 0 if your bot has no
# ratelimits imposed on its homeserver, otherwise you may want to increase this