first pass at slug logic to prevent community collision
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user