Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3360984
D5708.id18774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
910 B
Referenced Files
None
Subscribers
None
D5708.id18774.diff
View Options
diff --git a/lib/actions/client-db-store-actions.js b/lib/actions/client-db-store-actions.js
new file mode 100644
--- /dev/null
+++ b/lib/actions/client-db-store-actions.js
@@ -0,0 +1,5 @@
+// @flow
+
+const setClientDBStoreActionType = 'SET_CLIENT_DB_STORE';
+
+export { setClientDBStoreActionType };
diff --git a/lib/types/redux-types.js b/lib/types/redux-types.js
--- a/lib/types/redux-types.js
+++ b/lib/types/redux-types.js
@@ -556,6 +556,15 @@
+type: 'SET_DRAFT_STORE_DRAFTS',
+payload: $ReadOnlyArray<{ +key: string, +text: string }>,
}
+ | {
+ +type: 'SET_CLIENT_DB_STORE',
+ +payload: {
+ +currentUserID: ?string,
+ +drafts: $ReadOnlyArray<{ +key: string, +text: string }>,
+ +messages: $ReadOnlyArray<ClientDBMessageInfo>,
+ +threadStore: ThreadStore,
+ },
+ }
| {
+type: 'UPDATE_ACTIVITY_STARTED',
+payload?: void,
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 2:48 PM (21 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2580194
Default Alt Text
D5708.id18774.diff (910 B)
Attached To
Mode
D5708: Introduce bulk db store redux action
Attached
Detach File
Event Timeline
Log In to Comment