feat: #821 - Options to disable local typing and read receipts #898

Merged
nex merged 3 commits from oddlid/continuwuity:821_disable_local_receipts into main 2025-07-08 13:25:42 +00:00
Contributor

First attempt at issue #821 - please review and point out stuff I might have missed.

closes #821

First attempt at issue #821 - please review and point out stuff I might have missed. closes #821
oddlid added 1 commit 2025-07-08 10:48:31 +00:00
feat: #821 - Options to disable local typing and read receipts
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 0s
Checks / Prefligit / prefligit (pull_request) Successful in 31s
564e7097e6
oddlid changed title from WIP feat: #821 - Options to disable local typing and read receipts to WIP: feat: #821 - Options to disable local typing and read receipts 2025-07-08 10:49:50 +00:00
nex requested changes 2025-07-08 12:25:53 +00:00
Dismissed
nex left a comment
Owner

Looks good to me, I just think the new config options' descriptions could use a little clarification.

Looks 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
Owner

Perhaps a mention that disabling local read receipts and typing also disables outgoing, similar to what allow_local_presence + allow_outgoing_presence says.

Perhaps a mention that disabling local read receipts and typing also disables outgoing, similar to what `allow_local_presence` + `allow_outgoing_presence` says.
Author
Contributor

I've updated the doc comments now, for both options.

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,
Owner

Same comment as allow_local_read_receipts

Same comment as `allow_local_read_receipts`
nex added the
Enhancement
Matrix/Client
labels 2025-07-08 12:26:08 +00:00
oddlid added 1 commit 2025-07-08 12:46:26 +00:00
feat: #821 - Options to disable local typing and read receipts
Some checks failed
Documentation / Build and Deploy Documentation (pull_request) Failing after 0s
Checks / Prefligit / prefligit (pull_request) Successful in 47s
c3c33f47e2
Author
Contributor

I think I've forgotten to run some command that generates the config example. I'll fix that...

I think I've forgotten to run some command that generates the config example. I'll fix that...
oddlid added 1 commit 2025-07-08 12:52:39 +00:00
feat: #821 - Options to disable local typing and read receipts
Some checks failed
Checks / Prefligit / prefligit (pull_request) Successful in 23s
Release Docker Image / define-variables (push) Successful in 2s
Checks / Prefligit / prefligit (push) Successful in 14s
Documentation / Build and Deploy Documentation (pull_request) Failing after 1s
Documentation / Build and Deploy Documentation (push) Successful in 44s
Checks / Rust / Format (push) Successful in 1m0s
Checks / Rust / Clippy (push) Successful in 4m2s
Checks / Rust / Cargo Test (push) Successful in 4m32s
Release Docker Image / build-image (linux/amd64, release, linux-amd64, base) (push) Successful in 10m5s
Release Docker Image / build-image (linux/arm64, release, linux-arm64, base) (push) Successful in 19m6s
Release Docker Image / merge (push) Successful in 27s
13b21b00a9
nex approved these changes 2025-07-08 13:19:13 +00:00
nex left a comment
Owner

Thanks for the changes. Un-draft the PR whenever you're ready for merge :)

Thanks for the changes. Un-draft the PR whenever you're ready for merge :)
oddlid changed title from WIP: feat: #821 - Options to disable local typing and read receipts to feat: #821 - Options to disable local typing and read receipts 2025-07-08 13:24:07 +00:00
nex merged commit 13b21b00a9 into main 2025-07-08 13:25:42 +00:00
Sign in to join this conversation.
No reviewers
nex
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#898
No description provided.