-
Notifications
You must be signed in to change notification settings - Fork 13k
fix: wrong feedback message when inviting external users #37068
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
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
🦋 Changeset detectedLatest commit: 1f03659 The changes in this PR will be included in the next version bump. This PR includes changesets to release 43 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
WalkthroughDerives federation flags in AddUsers, switches between federated and non-federated user-autocomplete components, and changes the save success toast to Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant UI as AddUsers UI
participant S as Server
U->>UI: Select users and click Save
UI->>UI: Evaluate roomIsFederated / isFederationBlocked
UI->>S: Submit add/invite request
S-->>UI: Success
alt roomIsFederated && !isFederationBlocked
UI->>U: Toast: Users_invited
else
UI->>U: Toast: Users_added
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches
🧪 Generate unit tests
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro Disabled knowledge base sources:
📒 Files selected for processing (3)
🚧 Files skipped from review as they are similar to previous changes (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #37068 +/- ##
========================================
Coverage 67.38% 67.38%
========================================
Files 3328 3328
Lines 113342 113342
Branches 20559 20562 +3
========================================
+ Hits 76371 76380 +9
+ Misses 34364 34361 -3
+ Partials 2607 2601 -6
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
7caab9a to
11e34ca
Compare
11e34ca to
1f03659
Compare
FDR-83
Proposed changes (including videos or screenshots)
Toast message was indicating the users have been
addedinstead ofinvitedto join a federated channel.Issue(s)
Steps to test or reproduce
Further comments
Summary by CodeRabbit
New Features
Localization
Chores