Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3390319
D10713.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1004 B
Referenced Files
None
Subscribers
None
D10713.diff
View Options
diff --git a/keyserver/src/push/send.js b/keyserver/src/push/send.js
--- a/keyserver/src/push/send.js
+++ b/keyserver/src/push/send.js
@@ -36,10 +36,7 @@
import type { ThreadInfo } from 'lib/types/minimally-encoded-thread-permissions-types.js';
import type { ResolvedNotifTexts } from 'lib/types/notif-types.js';
import { resolvedNotifTextsValidator } from 'lib/types/notif-types.js';
-import type {
- LegacyThreadInfo,
- ServerThreadInfo,
-} from 'lib/types/thread-types.js';
+import type { ServerThreadInfo } from 'lib/types/thread-types.js';
import { updateTypes } from 'lib/types/update-types-enum.js';
import { type GlobalUserInfo } from 'lib/types/user-types.js';
import { values } from 'lib/utils/objects.js';
@@ -194,7 +191,7 @@
pushUserInfo: PushUserInfo,
unreadCount: number,
threadInfos: {
- +[threadID: string]: LegacyThreadInfo | ThreadInfo,
+ +[threadID: string]: ThreadInfo,
},
userInfos: { +[userID: string]: GlobalUserInfo },
dbIDs: string[], // mutable
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 11:18 PM (19 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2602743
Default Alt Text
D10713.diff (1004 B)
Attached To
Mode
D10713: [keyserver] Remove single instance of `LegacyThreadInfo` from `keyserver`
Attached
Detach File
Event Timeline
Log In to Comment