Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3509958
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
776 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/native/cpp/CommonCpp/Tools/StaffUtils.cpp b/native/cpp/CommonCpp/Tools/StaffUtils.cpp
index 62785ebe9..c63085867 100644
--- a/native/cpp/CommonCpp/Tools/StaffUtils.cpp
+++ b/native/cpp/CommonCpp/Tools/StaffUtils.cpp
@@ -2,6 +2,6 @@
namespace comm {
bool StaffUtils::isStaffRelease() {
- return true;
+ return false;
}
} // namespace comm
diff --git a/native/utils/staff-utils.js b/native/utils/staff-utils.js
index 3464e9217..c76228090 100644
--- a/native/utils/staff-utils.js
+++ b/native/utils/staff-utils.js
@@ -2,7 +2,7 @@
import { useIsCurrentUserStaff } from 'lib/shared/staff-utils.js';
-const isStaffRelease = true;
+const isStaffRelease = false;
function useStaffCanSee(): boolean {
const isCurrentUserStaff = useIsCurrentUserStaff();
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 9:45 AM (12 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2687723
Default Alt Text
(776 B)
Attached To
Mode
rCOMM Comm
Attached
Detach File
Event Timeline
Log In to Comment