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

Allow to mark messages as read using "m.read.private" read receipts #97

Closed
n-peugnet opened this issue Oct 26, 2022 · 0 comments
Closed

Comments

@n-peugnet
Copy link

Matrix 1.4 allows to send private read receipts. I would like to add this feature as a preference in gomuks.

Currently it uses MarkRead function:

go/client.go

Line 1526 in d0c13d2

func (cli *Client) MarkRead(roomID id.RoomID, eventID id.EventID) (err error) {

Maybe MarkReadPrivate can be added ? I can try to add it if you think this is a good way to do it.

@tulir tulir closed this as completed in b650f52 Nov 30, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging a pull request may close this issue.

1 participant