-
Notifications
You must be signed in to change notification settings - Fork 782
Prompt the user when the invited MatrixId is not recognized #8483
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
84d6620
to
8712845
Compare
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.
LGTM
All tests ok (your 2 last commits fixed the issues I observed previously)
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.
Small typo in the string resource, else LGTM.
@@ -2741,6 +2743,8 @@ | |||
<item quantity="other">Invitations sent to %1$s and %2$d more</item> | |||
</plurals> | |||
<string name="invite_users_to_room_failure">We could not invite users. Please check the users you want to invite and try again.</string> | |||
<string name="invite_unknow_users_dialog_content">Unable to find profiles for the Matrix IDs listed below. Would you like to invite them anyway?\n\n%s</string> | |||
<string name="invite_unknow_users_dialog_submit">Invite anyway</string> |
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.
There is a small typo: unknow
-> unknown
for the 4 string keys.
5e532bf
to
466f200
Compare
SonarCloud Quality Gate failed. |
Type of change
Content
Motivation and context
#8468
Screenshots / GIFs
Tests
Tested devices
Checklist