Implement public chat with banning #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is ~done now that we have Draupnir, leaving this open to remind us to stage those in preparation for actual release
I'm gonna do that staging and create the rooms (&space) using the draupnir API token. Leaving them invite-only for now though.
FTR:
curl -H "Authorization: Bearer REDACTED" -X POST http://localhost:8008/_matrix/client/v3/createRoom -d '{"power_level_content_override":{"users":{"@draupnir:lix.systems":101,"@hexchen:colon.at":100}},"creation_content":{"type":"m.space"},"invite":["@hexchen:colon.at"],"room_alias_name":"space"}'
to make a spaceCreated #space:lix.systems, #discuss:lix.systems and #announcements:lix.systems. If any more rooms are needed:
Then add it to the space manually and set join rules.
Also created #moderation:lix.systems (name TBD; maybe #community-team:lix.system) to talk about moderation issues.
aaaalso #dev:lix.systems
(I support renaming #moderation to #community-team, which I'm sure is no surprise)
i'll do that and change the primary alias then.
i think this is done-done.