We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
MarkRead
go/client.go
Line 1526 in d0c13d2
Maybe MarkReadPrivate can be added ? I can try to add it if you think this is a good way to do it.
MarkReadPrivate
The text was updated successfully, but these errors were encountered:
b650f52
Successfully merging a pull request may close this issue.
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
Maybe
MarkReadPrivate
can be added ? I can try to add it if you think this is a good way to do it.The text was updated successfully, but these errors were encountered: