-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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] Check agent status when starting a new conversation with an agent assigned #16618
Merged
sampaiodiego
merged 5 commits into
develop
from
omnichannel/check-agent-status-when-conversation-starts
Feb 20, 2020
Merged
[FIX] Check agent status when starting a new conversation with an agent assigned #16618
sampaiodiego
merged 5 commits into
develop
from
omnichannel/check-agent-status-when-conversation-starts
Feb 20, 2020
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
sampaiodiego
requested changes
Feb 20, 2020
sampaiodiego
approved these changes
Feb 20, 2020
sampaiodiego
deleted the
omnichannel/check-agent-status-when-conversation-starts
branch
February 20, 2020 19:22
sampaiodiego
changed the title
[IMPROVE] Check agent status when starting a new conversation with an agent assigned
[FIX] Check agent status when starting a new conversation with an agent assigned
Feb 20, 2020
gabriellsh
added a commit
that referenced
this pull request
Feb 21, 2020
…use_scrollableArea * 'develop' of github.com:RocketChat/Rocket.Chat: (30 commits) [FIX] ie11 support (#16682) Regression: Show upload errors (#16681) [FIX] Delete messages while searching bug (#16568) Use insertSync [FIX] Image uploads (thumbnails) out of threads are not visible in regular message view (#16416) [FIX] Added an option to pin/unpin a thread message by admin (#16457) [CHORE] Look for Storybook stories on `app/` too (#16595) [IMPROVE] Removed the 'reply in thread' from thread replies (#16630) [FIX] Changed Opt_In message (#16631) [FIX] LDAP sync admin action was not syncing exisent users (#16671) [IMPROVE] Check agent status when starting a new conversation with an agent assigned (#16618) [FIX] Additional scroll when contextual bar is open (#16667) [FIX] Clear unread red line when the ESC key is pressed (#16668) [FIX] users.info endpoint not handling the error if the user does not exist (#16495) [NEW] Save default filters in the Omnichannel Current Chats list (#16653) Update app/utils/client/lib/RestApiClient.js Update app/utils/client/lib/RestApiClient.js send files over rest api [BUG][FIX] If InternalHubot_Username is undefined then rocket.cat should be default bot Improved isSingular function ...
gabriellsh
added a commit
to subham103/Rocket.Chat
that referenced
this pull request
Feb 21, 2020
…6680-subham103-fixMessageCountStatistics * 'develop' of github.com:RocketChat/Rocket.Chat: (29 commits) [FIX] ie11 support (RocketChat#16682) Regression: Show upload errors (RocketChat#16681) [FIX] Delete messages while searching bug (RocketChat#16568) Use insertSync [FIX] Image uploads (thumbnails) out of threads are not visible in regular message view (RocketChat#16416) [FIX] Added an option to pin/unpin a thread message by admin (RocketChat#16457) [CHORE] Look for Storybook stories on `app/` too (RocketChat#16595) [IMPROVE] Removed the 'reply in thread' from thread replies (RocketChat#16630) [FIX] Changed Opt_In message (RocketChat#16631) [FIX] LDAP sync admin action was not syncing exisent users (RocketChat#16671) [IMPROVE] Check agent status when starting a new conversation with an agent assigned (RocketChat#16618) [FIX] Additional scroll when contextual bar is open (RocketChat#16667) [FIX] Clear unread red line when the ESC key is pressed (RocketChat#16668) [FIX] users.info endpoint not handling the error if the user does not exist (RocketChat#16495) Update app/utils/client/lib/RestApiClient.js Update app/utils/client/lib/RestApiClient.js send files over rest api [BUG][FIX] If InternalHubot_Username is undefined then rocket.cat should be default bot Improved isSingular function Add message_pruned and file_pruned for singular file or message deleted ...
sampaiodiego
pushed a commit
that referenced
this pull request
Mar 2, 2020
… agent assigned (#16618)
Merged
Merged
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.
Currently, we are checking the service status per department or by all agents. When a conversation starts with an agent assigned, we need to check the status of the agent only.