feat: #821 - Options to disable local typing and read receipts #898
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/MSC
Matrix/Media
Meta
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: continuwuation/continuwuity#898
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "oddlid/continuwuity:821_disable_local_receipts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First attempt at issue #821 - please review and point out stuff I might have missed.
closes #821
WIP feat: #821 - Options to disable local typing and read receiptsto WIP: feat: #821 - Options to disable local typing and read receiptsLooks good to me, I just think the new config options' descriptions could use a little clarification.
@ -1259,6 +1259,10 @@ pub struct Config {
#[serde(default = "true_fn")]
pub presence_timeout_remote_users: bool,
/// Allow local read receipts
Perhaps a mention that disabling local read receipts and typing also disables outgoing, similar to what
allow_local_presence
+allow_outgoing_presence
says.I've updated the doc comments now, for both options.
@ -1269,1 +1273,4 @@
/// Allow local typing updates.
#[serde(default = "true_fn")]
pub allow_local_typing: bool,
Same comment as
allow_local_read_receipts
I think I've forgotten to run some command that generates the config example. I'll fix that...
Thanks for the changes. Un-draft the PR whenever you're ready for merge :)
WIP: feat: #821 - Options to disable local typing and read receiptsto feat: #821 - Options to disable local typing and read receipts