Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3407702
D7320.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
675 B
Referenced Files
None
Subscribers
None
D7320.diff
View Options
diff --git a/lib/types/thread-types.js b/lib/types/thread-types.js
--- a/lib/types/thread-types.js
+++ b/lib/types/thread-types.js
@@ -2,7 +2,7 @@
import invariant from 'invariant';
-import type { ClientAvatar } from './avatar-types.js';
+import type { ClientAvatar, UpdateUserAvatarRequest } from './avatar-types.js';
import type { Shape } from './core.js';
import type { CalendarQuery, RawEntryInfo } from './entry-types.js';
import type { Media } from './media-types.js';
@@ -384,6 +384,7 @@
+color: string,
+parentThreadID: ?string,
+newMemberIDs: $ReadOnlyArray<string>,
+ +avatar: UpdateUserAvatarRequest,
}>;
export type UpdateThreadRequest = {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Dec 5, 7:20 AM (15 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2615856
Default Alt Text
D7320.diff (675 B)
Attached To
Mode
D7320: [lib] Add `avatar` to `ThreadChanges`
Attached
Detach File
Event Timeline
Log In to Comment