-
Notifications
You must be signed in to change notification settings - Fork 38
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
fix: fixed hardcoded historyCount #1537
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much 👍👍👍
Head branch was pushed to by a user without write access
4078f7a
to
c4844f3
Compare
Hi there, can you please do something to get this merged? |
Hey, you must use conventional commits for this repository |
Merge queue setting changed
Our CI requires commit messages to be formatted as conventional commits. We would really like to merge your contribution, however this requires the CI to pass. Can you rewrite your commit message to use a lower-case "fix" so that we can merge this? Thank you very much for the contribution though and I hope we can merge this soon! |
c4844f3
to
77ba971
Compare
Done. |
315853b
to
4b51c1c
Compare
Hi there
Found a bug in _requestEvents.
historyCount
is supposed to be applied tolimit
, however it is using Room.DefaultHistoryCount.Also, is it possible to filter event types? Otherwise, when retrieving historical chat, there might be events not supposed to be shown.