From f76937a085d2a1fcc6d607dcdd8c4750dd04c1b8 Mon Sep 17 00:00:00 2001 From: strawberry Date: Sun, 25 Feb 2024 23:49:33 -0500 Subject: [PATCH] fix incorrect repo link on welcome msg Signed-off-by: strawberry --- src/service/admin/mod.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/service/admin/mod.rs b/src/service/admin/mod.rs index 4b9e4c54b..1439cc288 100644 --- a/src/service/admin/mod.rs +++ b/src/service/admin/mod.rs @@ -2352,8 +2352,8 @@ impl Service { PduBuilder { event_type: TimelineEventType::RoomMessage, content: to_raw_value(&RoomMessageEventContent::text_html( - format!("## Thank you for trying out conduwuit!\n\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\n\nHelpful links:\n> Git and Documentation: https://github.com/girlbossceo/conduit\n> Report issues: https://github.com/girlbossceo/conduwuit/issues\n\nFor a list of available commands, send the following message in this room: `@conduit:{}: --help`\n\nHere are some rooms you can join (by typing the command):\n\nconduwuit room (Ask questions and get notified on updates):\n`/join #conduwuit:puppygock.gay`", services().globals.server_name()), - format!("

Thank you for trying out conduwuit!

\n

conduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.

\n

Helpful links:

\n
\n

Git and Documentation: https://github.com/girlbossceo/conduit
Report issues: https://github.com/girlbossceo/conduwuit/issues

\n
\n

For a list of available commands, send the following message in this room: @conduit:{}: --help

\n

Here are some rooms you can join (by typing the command):

\n

conduwuit room (Ask questions and get notified on updates):
/join #conduwuit:puppygock.gay

\n", services().globals.server_name()), + format!("## Thank you for trying out conduwuit!\n\nconduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.\n\nHelpful links:\n> Git and Documentation: https://github.com/girlbossceo/conduwuit\n> Report issues: https://github.com/girlbossceo/conduwuit/issues\n\nFor a list of available commands, send the following message in this room: `@conduit:{}: --help`\n\nHere are some rooms you can join (by typing the command):\n\nconduwuit room (Ask questions and get notified on updates):\n`/join #conduwuit:puppygock.gay`", services().globals.server_name()), + format!("

Thank you for trying out conduwuit!

\n

conduwuit is a fork of upstream Conduit which is in Beta. This means you can join and participate in most Matrix rooms, but not all features are supported and you might run into bugs from time to time.

\n

Helpful links:

\n
\n

Git and Documentation: https://github.com/girlbossceo/conduwuit
Report issues: https://github.com/girlbossceo/conduwuit/issues

\n
\n

For a list of available commands, send the following message in this room: @conduit:{}: --help

\n

Here are some rooms you can join (by typing the command):

\n

conduwuit room (Ask questions and get notified on updates):
/join #conduwuit:puppygock.gay

\n", services().globals.server_name()), )) .expect("event is valid, we just created it"), unsigned: None,