Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3339844
D13361.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
689 B
Referenced Files
None
Subscribers
None
D13361.diff
View Options
diff --git a/lib/shared/dm-ops/edit-entry-spec.js b/lib/shared/dm-ops/edit-entry-spec.js
--- a/lib/shared/dm-ops/edit-entry-spec.js
+++ b/lib/shared/dm-ops/edit-entry-spec.js
@@ -15,14 +15,13 @@
import { rawMessageInfoFromMessageData } from '../message-utils.js';
function createMessageDataFromDMOperation(dmOperation: DMEditEntryOperation) {
- const { threadID, creatorID, creationTime, entryID, entryDate, text } =
- dmOperation;
+ const { threadID, creatorID, time, entryID, entryDate, text } = dmOperation;
return {
type: messageTypes.EDIT_ENTRY,
threadID,
creatorID,
entryID,
- time: creationTime,
+ time,
date: entryDate,
text,
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 22, 8:42 PM (11 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2564859
Default Alt Text
D13361.diff (689 B)
Attached To
Mode
D13361: [lib] have edit entry message infos use e2ee op timestamp instead of creationTime
Attached
Detach File
Event Timeline
Log In to Comment