Migrate additional names in src/
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -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."
|
||||
))));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user