chore: Lighten the phrasing

This commit is contained in:
timedout 2026-02-17 02:06:07 +00:00 committed by Ellis Git
parent 28fae58cf6
commit d40893730c
2 changed files with 5 additions and 5 deletions

View file

@ -1182,7 +1182,7 @@
# Allow sending read receipts to remote servers.
#
# Note that sending read receipts to remote servers in large rooms with
# lots of other homeservers may cause undue strain on the CPU and
# lots of other homeservers may cause additional strain on the CPU and
# network.
#
#allow_outgoing_read_receipts = true
@ -1197,7 +1197,7 @@
# Allow outgoing typing updates to federation.
#
# Note that sending typing indicators to remote servers in large rooms
# with lots of other homeservers may cause undue strain on the CPU and
# with lots of other homeservers may cause additional strain on the CPU and
# network.
#
#allow_outgoing_typing = true

View file

@ -1375,7 +1375,7 @@ pub struct Config {
/// Allow sending read receipts to remote servers.
///
/// Note that sending read receipts to remote servers in large rooms with
/// lots of other homeservers may cause undue strain on the CPU and
/// lots of other homeservers may cause additional strain on the CPU and
/// network.
#[serde(default = "true_fn")]
pub allow_outgoing_read_receipts: bool,
@ -1390,8 +1390,8 @@ pub struct Config {
/// Allow outgoing typing updates to federation.
///
/// Note that sending typing indicators to remote servers in large rooms
/// with lots of other homeservers may cause undue strain on the CPU and
/// network.
/// with lots of other homeservers may cause additional strain on the CPU
/// and network.
#[serde(default = "true_fn")]
pub allow_outgoing_typing: bool,