-
Notifications
You must be signed in to change notification settings - Fork 13.1k
[FIX] Too many request on loadHistory method #21594
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
Conversation
| typeName = (curRoomDoc ? curRoomDoc.t : undefined) + (curRoomDoc ? curRoomDoc.name : undefined); | ||
| } | ||
|
|
||
| // const showMessageInMainThread = getUserPreference(Meteor.userId(), 'showMessageInMainThread', false); |
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.
will this still be used?
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.
I will, just commented to let you fetch all messages instead.
Co-authored-by: Diego Sampaio <[email protected]>
|
This pull request introduces 2 alerts when merging 96bac7b into a3656b3 - view on LGTM.com new alerts:
|
Proposed changes (including videos or screenshots)
Issue(s)
Steps to test or reproduce
Create one thread with ~1000 responses (without checking the "Also send to channel" box).
The user preference "Show thread messages on main thread" must be off.
Further comments