Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33095492
D8737.1768466747.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
876 B
Referenced Files
None
Subscribers
None
D8737.1768466747.diff
View Options
diff --git a/native/input/input-state-container.react.js b/native/input/input-state-container.react.js
--- a/native/input/input-state-container.react.js
+++ b/native/input/input-state-container.react.js
@@ -726,6 +726,7 @@
const { localMediaID } = ids;
const start = selection.sendTime;
const steps = [selection];
+ let encryptionSteps = [];
let serverID;
let userTime;
let errorMessage;
@@ -739,6 +740,7 @@
if (reportPromise) {
const finalSteps = await reportPromise;
steps.push(...finalSteps);
+ steps.push(...encryptionSteps);
}
const totalTime = Date.now() - start;
userTime = userTime ? userTime : totalTime;
@@ -790,7 +792,6 @@
});
}
- let encryptionSteps = [];
if (this.shouldEncryptMedia(threadInfo)) {
const encryptionStart = Date.now();
try {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Jan 15, 8:45 AM (15 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5930852
Default Alt Text
D8737.1768466747.diff (876 B)
Attached To
Mode
D8737: [native] Fix missing media mission report steps
Attached
Detach File
Event Timeline
Log In to Comment