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
First of all I wanted to say that I really love this repository :)
I find it odd that setting markAsRead to false marks messages as unread, even if they were previously mark as read.
markAsRead
false
unread
read
Not sure if it's a bug or a feature. Just an odd behaviour for me.
The text was updated successfully, but these errors were encountered:
Oh my! Yes, this is definitely a bug. Thanks for pointing it out! I guess I've missed this as I generally pull unread messages, not read ones.
We should probably check if a message has the 'SEEN' flag before removing it in some cases. I'll see if I can find some time to work up a PR soon.
Sorry, something went wrong.
No branches or pull requests
First of all I wanted to say that I really love this repository :)
I find it odd that setting
markAsRead
tofalse
marks messages asunread
, even if they were previously mark asread
.Not sure if it's a bug or a feature. Just an odd behaviour for me.
The text was updated successfully, but these errors were encountered: