Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32161610
D15091.1765043549.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
984 B
Referenced Files
None
Subscribers
None
D15091.1765043549.diff
View Options
diff --git a/keyserver/src/responders/thread-responders.js b/keyserver/src/responders/thread-responders.js
--- a/keyserver/src/responders/thread-responders.js
+++ b/keyserver/src/responders/thread-responders.js
@@ -6,7 +6,7 @@
import { calendarQueryValidator } from 'lib/types/entry-types.js';
import { threadSubscriptionValidator } from 'lib/types/subscription-types.js';
import { userSurfacedPermissionValidator } from 'lib/types/thread-permission-types.js';
-import { threadTypes } from 'lib/types/thread-types-enum.js';
+import { threadTypes, thinThreadTypes } from 'lib/types/thread-types-enum.js';
import {
type ThreadDeletionRequest,
type RoleChangeRequest,
@@ -115,7 +115,7 @@
tShape<UpdateThreadRequest>({
threadID: tID,
changes: tShape({
- type: t.maybe(tNumEnum(values(threadTypes))),
+ type: t.maybe(tNumEnum(values(thinThreadTypes))),
name: t.maybe(t.String),
description: t.maybe(t.String),
color: t.maybe(tColor),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 6, 5:52 PM (12 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5839893
Default Alt Text
D15091.1765043549.diff (984 B)
Attached To
Mode
D15091: [Flow262][skip-ci] Fix updateThreadRequestInputValidator
Attached
Detach File
Event Timeline
Log In to Comment