summaryrefslogtreecommitdiff
path: root/src/service/rooms/timeline/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/rooms/timeline/mod.rs')
-rw-r--r--src/service/rooms/timeline/mod.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/service/rooms/timeline/mod.rs b/src/service/rooms/timeline/mod.rs
index 47f4c65..249b2a2 100644
--- a/src/service/rooms/timeline/mod.rs
+++ b/src/service/rooms/timeline/mod.rs
@@ -443,7 +443,8 @@ impl Service {
)?;
let server_user = format!("@conduit:{}", services().globals.server_name());
- let to_conduit = body.starts_with(&format!("{server_user}: "));
+ let to_conduit = body.starts_with(&format!("{server_user}: "))
+ || body.starts_with(&format!("{server_user} "));
// This will evaluate to false if the emergency password is set up so that
// the administrator can execute commands as conduit