Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33143192
D9901.1768506798.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
664 B
Referenced Files
None
Subscribers
None
D9901.1768506798.diff
View Options
diff --git a/lib/permissions/thread-permissions.js b/lib/permissions/thread-permissions.js
--- a/lib/permissions/thread-permissions.js
+++ b/lib/permissions/thread-permissions.js
@@ -201,7 +201,7 @@
userSurfacedPermissions.CREATE_AND_EDIT_CHANNELS,
];
-function getRolePermissionBlobsForCommunity(
+function getRolePermissionBlobsForCommunityRoot(
threadType: ThreadType,
): RolePermissionBlobs {
let memberUserSurfacedPermissions;
@@ -418,7 +418,7 @@
};
}
- return getRolePermissionBlobsForCommunity(threadType);
+ return getRolePermissionBlobsForCommunityRoot(threadType);
}
// ESLint doesn't recognize that invariant always throws
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 7:53 PM (11 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5939711
Default Alt Text
D9901.1768506798.diff (664 B)
Attached To
Mode
D9901: [lib] Rename getRolePermissionBlobsForCommunity to getRolePermissionBlobsForCommunityRoot
Attached
Detach File
Event Timeline
Log In to Comment