Page MenuHomePhorge

D13531.1765145478.diff
No OneTemporary

Size
631 B
Referenced Files
None
Subscribers
None

D13531.1765145478.diff

diff --git a/lib/shared/thread-utils.js b/lib/shared/thread-utils.js
--- a/lib/shared/thread-utils.js
+++ b/lib/shared/thread-utils.js
@@ -82,6 +82,7 @@
threadTypeIsSidebar,
threadTypeIsPrivate,
threadTypeIsPersonal,
+ type ThinThreadType,
} from '../types/thread-types-enum.js';
import type {
LegacyRawThreadInfo,
@@ -1335,7 +1336,7 @@
type ThreadTypeParentRequirement = 'optional' | 'required' | 'disabled';
function getThreadTypeParentRequirement(
- threadType: ThreadType,
+ threadType: ThinThreadType,
): ThreadTypeParentRequirement {
if (
threadType === threadTypes.COMMUNITY_OPEN_SUBTHREAD ||

File Metadata

Mime Type
text/plain
Expires
Sun, Dec 7, 10:11 PM (3 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5846176
Default Alt Text
D13531.1765145478.diff (631 B)

Event Timeline