Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3731703
D11480.id38644.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D11480.id38644.diff
View Options
diff --git a/native/redux/persist.js b/native/redux/persist.js
--- a/native/redux/persist.js
+++ b/native/redux/persist.js
@@ -44,7 +44,6 @@
convertUserInfosToReplaceUserOps,
userStoreOpsHandlers,
} from 'lib/ops/user-store-ops.js';
-import { patchRawThreadInfosWithSpecialRole } from 'lib/permissions/special-roles.js';
import { filterThreadIDsInFilterList } from 'lib/reducers/calendar-filters-reducer.js';
import { highestLocalIDSelector } from 'lib/selectors/local-id-selectors.js';
import { createAsyncMigrate } from 'lib/shared/create-async-migrate.js';
@@ -108,7 +107,6 @@
import {
createUpdateDBOpsForMessageStoreMessages,
createUpdateDBOpsForMessageStoreThreads,
- updateClientDBThreadStoreThreadInfos,
} from './client-db-utils.js';
import { defaultState } from './default-state.js';
import {
@@ -1133,12 +1131,10 @@
}
return newState;
},
- [64]: (state: AppState) =>
- updateClientDBThreadStoreThreadInfos(
- state,
- patchRawThreadInfosWithSpecialRole,
- handleReduxMigrationFailure,
- ),
+ // Migration 64 is a noop to unblock a `native` release since the previous
+ // contents are not ready to be deployed to prod and we don't want to
+ // decrement migration 65.
+ [64]: (state: AppState) => state,
[65]: async (state: AppState) => {
const replaceOp: ReplaceIntegrityThreadHashesOperation = {
type: 'replace_integrity_thread_hashes',
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 10, 12:59 AM (12 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2832164
Default Alt Text
D11480.id38644.diff (1 KB)
Attached To
Mode
D11480: [native] Turn migration 64 into noop
Attached
Detach File
Event Timeline
Log In to Comment