Page MenuHomePhorge

D8333.1765147734.diff
No OneTemporary

Size
574 B
Referenced Files
None
Subscribers
None

D8333.1765147734.diff

diff --git a/native/components/community-actions-button.react.js b/native/components/community-actions-button.react.js
--- a/native/components/community-actions-button.react.js
+++ b/native/components/community-actions-button.react.js
@@ -78,6 +78,17 @@
});
}
+ const canChangeRoles = threadHasPermission(
+ community,
+ threadPermissions.CHANGE_ROLE,
+ );
+ if (canChangeRoles) {
+ result.push({
+ label: 'Manage roles',
+ action: () => {},
+ });
+ }
+
if (result.length > 0) {
return result;
}

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 10:48 PM (14 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5844031
Default Alt Text
D8333.1765147734.diff (574 B)

Event Timeline