-
Notifications
You must be signed in to change notification settings - Fork 359
misc : rework power levels apis #5879
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
base: develop
Are you sure you want to change the base?
Conversation
|
📱 Scan the QR code below to install the build (arm64 only) for this PR. |
5d2008c to
d26f21a
Compare
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #5879 +/- ##
===========================================
+ Coverage 81.38% 81.40% +0.01%
===========================================
Files 2479 2484 +5
Lines 66200 66210 +10
Branches 8431 8414 -17
===========================================
+ Hits 53876 53897 +21
Misses 9221 9221
+ Partials 3103 3092 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bmarty
left a comment
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.
Nice work, thanks!
| ) | ||
| } | ||
|
|
||
| private data class Permissions( |
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.
Extract to a file and rename to RoomMemberModerationPermissions like the other ones (RoomDetailsEditPermissions for instance)?



Content
Try to come with a better api for checking room permissions.
Motivation and context
Avoid fetching data too many time in the sdk.
Screenshots / GIFs
No ui change.
Tested devices
Checklist