Page MenuHomePhabricator

D13531.id.diff
No OneTemporary

D13531.id.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
Wed, Oct 2, 7:20 PM (21 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2213808
Default Alt Text
D13531.id.diff (631 B)

Event Timeline