Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to disable receipts #56

Open
travankor opened this issue Jun 19, 2020 · 3 comments
Open

Option to disable receipts #56

travankor opened this issue Jun 19, 2020 · 3 comments
Labels
backend Related to Python enhancement New feature or request nio Missing feature or issue with the matrix-nio library

Comments

@travankor
Copy link
Contributor

Riot Web provides this feature. I'm not sure if this is as simple as never sending receipts if enabled.

@travankor travankor added the enhancement New feature or request label Jun 19, 2020
@mirukana
Copy link
Owner

I can add support for something like this in the config file, to give control over sending receipts:

"sendReadReceipts": {
    "default": true,
    "!some_room_override:example.com": false,
    "@an_account_override:example.com": false,
}

I assume this would do what you want? Else, if you can tell me where to find that Riot option and what it does exactly.

@mirukana mirukana added the backend Related to Python label Jun 19, 2020
@travankor
Copy link
Contributor Author

Yes, that's exactly it. You can see the Riot feature under Settings -> Labs -> Send read receipts for messages.

@mirukana
Copy link
Owner

Related: element-hq/element-web#2527
Solution to the notification problem used by Riot (needs to be implemented in nio): matrix-org/matrix-spec-proposals#2285

@mirukana mirukana added the nio Missing feature or issue with the matrix-nio library label Jun 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to Python enhancement New feature or request nio Missing feature or issue with the matrix-nio library
Projects
None yet
Development

No branches or pull requests

2 participants