Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32177313
D12811.1765069545.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D12811.1765069545.diff
View Options
diff --git a/keyserver/src/fetchers/thread-fetchers.js b/keyserver/src/fetchers/thread-fetchers.js
--- a/keyserver/src/fetchers/thread-fetchers.js
+++ b/keyserver/src/fetchers/thread-fetchers.js
@@ -13,6 +13,7 @@
import {
FUTURE_CODE_VERSION,
hasMinCodeVersion,
+ NEXT_CODE_VERSION,
} from 'lib/shared/version-utils.js';
import type { AvatarDBContent, ClientAvatar } from 'lib/types/avatar-types.js';
import type { RawMessageInfo, MessageInfo } from 'lib/types/message-types.js';
@@ -309,7 +310,7 @@
},
);
const stripMemberPermissions = hasMinCodeVersion(viewer.platformDetails, {
- native: FUTURE_CODE_VERSION,
+ native: NEXT_CODE_VERSION,
web: FUTURE_CODE_VERSION,
});
diff --git a/native/redux/persist.js b/native/redux/persist.js
--- a/native/redux/persist.js
+++ b/native/redux/persist.js
@@ -1446,7 +1446,7 @@
storage: AsyncStorage,
blacklist: persistBlacklist,
debug: __DEV__,
- version: 79,
+ version: 80,
transforms: [
messageStoreMessagesBlocklistTransform,
reportStoreTransform,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 1:05 AM (19 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5841766
Default Alt Text
D12811.1765069545.diff (1 KB)
Attached To
Mode
D12811: [native] Flip the switch to strip member permissions from `native`
Attached
Detach File
Event Timeline
Log In to Comment