Migrate additional names in src/

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-05-14 03:04:11 +00:00
parent 75e92a01c7
commit 0463b962fd
9 changed files with 29 additions and 29 deletions

View File

@@ -228,7 +228,7 @@ async fn allowed_to_send_state_event(
return Err!(Request(BadJson(debug_warn!(
?room_id,
"Sending an ACL event with an empty allow key will permanently \
brick the room for non-conduwuit's as this equates to no servers \
brick the room for non-tuwunel's as this equates to no servers \
being allowed to participate in this room."
))));
}
@@ -237,8 +237,8 @@ async fn allowed_to_send_state_event(
return Err!(Request(BadJson(debug_warn!(
?room_id,
"Sending an ACL event with a deny and allow key value of \"*\" will \
permanently brick the room for non-conduwuit's as this equates to \
no servers being allowed to participate in this room."
permanently brick the room for non-tuwunel's as this equates to no \
servers being allowed to participate in this room."
))));
}