-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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] The livechat agent activity monitor wasn't being initialised because due to an internal error #18090
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MarcosSpessatto
approved these changes
Jul 1, 2020
I'm not able to merge this PR, @rodrigok can you do it, please? |
sampaiodiego
pushed a commit
that referenced
this pull request
Jul 2, 2020
…cause due to an internal error (#18090)
Merged
gabriellsh
added a commit
that referenced
this pull request
Jul 6, 2020
…into new/rewrite_account_profile * 'rewrite/accounts' of github.com:RocketChat/Rocket.Chat: [FIX] Cannot open admin when server uses ROOT_URL with subpath (#18105) (#18147) [FIX] App details returns to apps table, instead of previous page (#18080) [FIX] Clipboard not working when permalinking a pinned message (#18047) [FIX] "Add reaction" icon missing when the viewport size is smaller than 500px (#18110) [FIX] Jitsi opening twice (#18111) [FIX] Email notifications were still being sent for online users (#18088) [FIX] The livechat agent activity monitor wasn't being initialised because due to an internal error (#18090)
gabriellsh
added a commit
that referenced
this pull request
Jul 6, 2020
…ocket.Chat into rewrite/user_preferences * 'new/rewrite_account_profile' of github.com:RocketChat/Rocket.Chat: [FIX] Cannot open admin when server uses ROOT_URL with subpath (#18105) (#18147) [FIX] App details returns to apps table, instead of previous page (#18080) [FIX] Clipboard not working when permalinking a pinned message (#18047) [FIX] "Add reaction" icon missing when the viewport size is smaller than 500px (#18110) [FIX] Jitsi opening twice (#18111) [FIX] Email notifications were still being sent for online users (#18088) [FIX] The livechat agent activity monitor wasn't being initialised because due to an internal error (#18090)
ggazzo
added a commit
that referenced
this pull request
Jul 28, 2020
* [FIX] Jitsi opening twice (#18111) * [FIX] "Add reaction" icon missing when the viewport size is smaller than 500px (#18110) * [FIX] Avatar ETag missing from User (#18109) * Handle callback returning promise. (#18102) * [FIX] Not possible to read encrypted messages after disable E2E on channel level (#18101) * [FIX] The livechat agent activity monitor wasn't being initialised because due to an internal error (#18090) * [FIX] Email notifications were still being sent for online users (#18088) * Bump version to 3.4.1 * [FIX] App details returns to apps table, instead of previous page (#18080) * [FIX] Cannot open admin when server uses ROOT_URL with subpath (#18105) (#18147) * [FIX] Old Data Migrations breaking upgrades (#18185) * [FIX] Application not loading due to reverse proxy decoding API calls unnecessarily (#18222) * [FIX] SAML login crashing when receiving an array of roles (#18224) * [FIX] CAS login not merging users with local accounts (#18238) * Bump version to 3.4.2 * Bump version to 3.5.0-rc.0 * Bump version to 3.5.0-rc.1 * Bump version to 3.5.0-rc.2 * Bump version to 3.5.0-rc.3 * Bump version to 3.5.0-rc.4 * Bump version to 3.5.0 * Bump version to 3.6.0-develop Co-authored-by: Guilherme Gazzo <[email protected]> Co-authored-by: Maria Eduarda Cunha <[email protected]> Co-authored-by: gabriellsh <[email protected]> Co-authored-by: Renato Becker <[email protected]> Co-authored-by: Rodrigo Nascimento <[email protected]> Co-authored-by: Paulo Bernardo <[email protected]> Co-authored-by: Denis <[email protected]> Co-authored-by: Omar Chehab <[email protected]> Co-authored-by: pierre-lehnen-rc <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
The livechat agent activity monitor wasn't initialized because the class attribute
_started
had a typo.Issue(s)
How to test or reproduce
On the Rocket.Chat MongoDB database, and with an agent registered that had started and stopped the activity, type:
db.rocketchat_livechat_agent_activity.find({})
to get the data about agents activity.Screenshots
Types of changes
Checklist
Changelog
Further comments