-
Notifications
You must be signed in to change notification settings - Fork 13.1k
refactor: Move channel related props outside of room.visitor #29791
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
|
Codecov Report
@@ Coverage Diff @@
## develop #29791 +/- ##
============================================
+ Coverage 31.06% 47.89% +16.82%
============================================
Files 560 691 +131
Lines 10808 13007 +2199
Branches 2007 2290 +283
============================================
+ Hits 3358 6230 +2872
+ Misses 7245 6434 -811
- Partials 205 343 +138
Flags with carried forward coverage won't be shown. Click here to find out more. |
(cherry picked from commit 9dd14b2)
|
@RocketChat/architecture your review is requested as Code Owner, likely due to the update of Apps-Engine version in several packages |
|
This PR currently has a merge conflict. Please resolve this and then re-add the |
…unreadMark * 'develop' of github.com:RocketChat/Rocket.Chat: (23 commits) test: Personal tokens flaky 2 (#30147) fix: Livechat message fetching method in LivechatBridge (#30000) fix: Users shouldn't be able to transfer rooms to departments with no online agents (#30065) test: Personal tokens flaky (#30140) regression: Change user preference value when feature preview are not enabled (#30135) feat: Delete read receipts on messages deletion (#29720) chore: move logger to a separate package (#30092) refactor: Deprecate transcript & triggers endpoints and create tests (#29861) fix: Use correct `mediaTypeWhitelist `instead of wrong func on SMS providers (#29706) fix: Agent count not updating after removing agents (#29871) feat: Accessibility Activation (#29958) fix: put actual user status on omnichannel queue view (#29844) fix: User Mentioning when prepending the username with > (#28875) feat: add support for threads in federated rooms (#29655) fix: Trigger app post user created event correctly (#30006) feat: apply group filter to LDAP sync process (#30088) fix: slackbridge was not receiving updates from Slack events anymore (#29592) feat: Report User (#29818) refactor: Move channel related props outside of room.visitor (#29791) fix: HTTP timeout too short on Apps-Engine bridge (#30129) ...
Proposed changes (including videos or screenshots)
Over here #29756 , we updated the app's bridge to include channel related props on visitor level on apps. Doug had some feedback on this approach and he suggested that instead of merging channel and visitor level props, we should try to keep then separate, and that's exactly what we're doing here :)
Issue(s)
Steps to test or reproduce
Further comments
Corresponding Apps-engine PR with the type changes -> RocketChat/Rocket.Chat.Apps-engine#645