Skip to content

Commit

Permalink
Make incoming message with edits read
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaweiss-signal authored Aug 7, 2024
1 parent 64c6410 commit 57f6f4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified test-cases/incoming-message-with-edits.binproto
Binary file not shown.
6 changes: 3 additions & 3 deletions test-cases/incoming-message-with-edits.jsonproto
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"incoming": {
"dateReceived": 3002, // Dates corresponding to the newest edit.
"dateServerSent": 3001,
"read": false,
"read": true,
"sealedSender": true,
},
"standardMessage": {
Expand Down Expand Up @@ -195,7 +195,7 @@
"incoming": {
"dateReceived": 1002,
"dateServerSent": 1001,
"read": false,
"read": true,
"sealedSender": true,
},
"standardMessage": {
Expand All @@ -218,7 +218,7 @@
"incoming": {
"dateReceived": 2002,
"dateServerSent": 2001,
"read": false,
"read": true,
"sealedSender": true,
},
"standardMessage": {
Expand Down

0 comments on commit 57f6f4b

Please sign in to comment.