Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3181593
D10059.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
716 B
Referenced Files
None
Subscribers
None
D10059.diff
View Options
diff --git a/native/chat/image-paste-modal.react.js b/native/chat/image-paste-modal.react.js
--- a/native/chat/image-paste-modal.react.js
+++ b/native/chat/image-paste-modal.react.js
@@ -6,6 +6,7 @@
import filesystem from 'react-native-fs';
import type { PhotoPaste } from 'lib/types/media-types.js';
+import type { MinimallyEncodedThreadInfo } from 'lib/types/minimally-encoded-thread-permissions-types.js';
import type { ThreadInfo } from 'lib/types/thread-types.js';
import sleep from 'lib/utils/sleep.js';
@@ -17,7 +18,7 @@
export type ImagePasteModalParams = {
+imagePasteStagingInfo: PhotoPaste,
- +thread: ThreadInfo,
+ +thread: ThreadInfo | MinimallyEncodedThreadInfo,
};
type Props = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 6:34 AM (20 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2449724
Default Alt Text
D10059.diff (716 B)
Attached To
Mode
D10059: [native] Address `flow` issue in `ImagePasteModal`
Attached
Detach File
Event Timeline
Log In to Comment