Page MenuHomePhorge

D15091.1765043549.diff
No OneTemporary

Size
984 B
Referenced Files
None
Subscribers
None

D15091.1765043549.diff

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

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)

Event Timeline