docs: Rename conduwuit to continuwuity in more places
This commit is contained in:
parent
2d12aea0e7
commit
fa6d69964e
19 changed files with 279 additions and 275 deletions
|
@ -165,7 +165,7 @@ pub async fn create_admin_room(services: &Services) -> Result {
|
|||
.timeline
|
||||
.build_and_append_pdu(
|
||||
PduBuilder::state(String::new(), &RoomTopicEventContent {
|
||||
topic: format!("Manage {} | Run commands prefixed with `!admin` | Run `!admin -h` for help | Documentation: https://conduwuit.puppyirl.gay/", services.config.server_name),
|
||||
topic: format!("Manage {} | Run commands prefixed with `!admin` | Run `!admin -h` for help | Documentation: https://continuwuity.org/", services.config.server_name),
|
||||
}),
|
||||
server_user,
|
||||
&room_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue