mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 19:13:02 +02:00
Compare commits
No commits in common. "13b21b00a9263e5c95fe01fafb9a95b80c72f97e" and "564e7097e6cf696ee2da98444a0fb550f93d2495" have entirely different histories.
13b21b00a9
...
564e7097e6
2 changed files with 2 additions and 14 deletions
|
@ -1084,10 +1084,7 @@
|
||||||
#
|
#
|
||||||
#presence_timeout_remote_users = true
|
#presence_timeout_remote_users = true
|
||||||
|
|
||||||
# Allow local read receipts.
|
# Allow local read receipts
|
||||||
#
|
|
||||||
# Disabling this will effectively also disable outgoing federated read
|
|
||||||
# receipts.
|
|
||||||
#
|
#
|
||||||
#allow_local_read_receipts = true
|
#allow_local_read_receipts = true
|
||||||
|
|
||||||
|
@ -1101,9 +1098,6 @@
|
||||||
|
|
||||||
# Allow local typing updates.
|
# Allow local typing updates.
|
||||||
#
|
#
|
||||||
# Disabling this will effectively also disable outgoing federated typing
|
|
||||||
# updates.
|
|
||||||
#
|
|
||||||
#allow_local_typing = true
|
#allow_local_typing = true
|
||||||
|
|
||||||
# Allow outgoing typing updates to federation.
|
# Allow outgoing typing updates to federation.
|
||||||
|
|
|
@ -1259,10 +1259,7 @@ pub struct Config {
|
||||||
#[serde(default = "true_fn")]
|
#[serde(default = "true_fn")]
|
||||||
pub presence_timeout_remote_users: bool,
|
pub presence_timeout_remote_users: bool,
|
||||||
|
|
||||||
/// Allow local read receipts.
|
/// Allow local read receipts
|
||||||
///
|
|
||||||
/// Disabling this will effectively also disable outgoing federated read
|
|
||||||
/// receipts.
|
|
||||||
#[serde(default = "true_fn")]
|
#[serde(default = "true_fn")]
|
||||||
pub allow_local_read_receipts: bool,
|
pub allow_local_read_receipts: bool,
|
||||||
|
|
||||||
|
@ -1275,9 +1272,6 @@ pub struct Config {
|
||||||
pub allow_outgoing_read_receipts: bool,
|
pub allow_outgoing_read_receipts: bool,
|
||||||
|
|
||||||
/// Allow local typing updates.
|
/// Allow local typing updates.
|
||||||
///
|
|
||||||
/// Disabling this will effectively also disable outgoing federated typing
|
|
||||||
/// updates.
|
|
||||||
#[serde(default = "true_fn")]
|
#[serde(default = "true_fn")]
|
||||||
pub allow_local_typing: bool,
|
pub allow_local_typing: bool,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue