-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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
[NEW] Bridge to get all users crated by app and also delete them #27877
Conversation
Should we depend on the app developer to do this or have the engine take care of this, like the other stuff- persistence, its own user etc? I like the general idea of having the capability of deleting a user, but more on the generic path than just |
Codecov Report
@@ Coverage Diff @@
## develop #27877 +/- ##
===========================================
- Coverage 42.08% 42.05% -0.04%
===========================================
Files 848 848
Lines 17558 17558
Branches 2078 2078
===========================================
- Hits 7390 7384 -6
- Misses 9890 9896 +6
Partials 278 278
Flags with carried forward coverage won't be shown. Click here to find out more. |
So, we are preparing the Rocket.Chat and Apps Engine to support the App MS Teams bridge, these updates were necessary. Let me explain some points:
|
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
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
Proposed changes (including videos or screenshots)
We're working on MS Teams bridge, to make it usable we have created a new method for the apps engine to create new users and we'll also need to delete all when we uninstall the app. Therefore, we created this bridge to cover the action of deleting users on the app side.
Issue(s)
Steps to test or reproduce
Further comments