Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32462163
D9874.1765371152.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
636 B
Referenced Files
None
Subscribers
None
D9874.1765371152.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
@@ -626,12 +626,15 @@
threadPromise,
oldNamesPromise,
]);
- const serverThreadInfos = threadResult.threadInfos;
+ const serverThreadInfos = { ...threadResult.threadInfos };
if (oldNames) {
const [result] = oldNames;
for (const row of result) {
const threadID = row.thread.toString();
- serverThreadInfos[threadID].name = row.name;
+ serverThreadInfos[threadID] = {
+ ...serverThreadInfos[threadID],
+ name: row.name,
+ };
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 10, 12:52 PM (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5863897
Default Alt Text
D9874.1765371152.diff (636 B)
Attached To
Mode
D9874: [Flow202][keyserver][skip-ci] [25/x] Fix type error in push notif fetchInfos
Attached
Detach File
Event Timeline
Log In to Comment