Page MenuHomePhabricator

[lib] Do not reset a session when getting already decrypted message
ClosedPublic

Authored by angelika on Fri, Nov 8, 8:07 AM.
Tags
None
Referenced Files
F3333109: D13901.diff
Thu, Nov 21, 3:33 AM
F3328015: D13901.id45739.diff
Wed, Nov 20, 1:04 PM
F3325149: D13901.id45787.diff
Wed, Nov 20, 5:13 AM
Unknown Object (File)
Wed, Nov 20, 1:07 AM
Unknown Object (File)
Wed, Nov 20, 12:40 AM
Unknown Object (File)
Tue, Nov 19, 11:33 PM
Unknown Object (File)
Tue, Nov 19, 7:13 PM
Unknown Object (File)
Tue, Nov 19, 10:09 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

lib/tunnelbroker/use-peer-to-peer-message-handler.js
334 ↗(On Diff #45725)

Nit

kamil added inline comments.
lib/utils/olm-utils.js
131 ↗(On Diff #45725)

following other errors here, might be worth adding a comment from Olm about what the error means - but on the other hand error is self descriptive so up to you

This revision is now accepted and ready to land.Tue, Nov 12, 5:00 AM
lib/tunnelbroker/use-peer-to-peer-message-handler.js
334

Reminder about nit

lib/tunnelbroker/use-peer-to-peer-message-handler.js
334 ↗(On Diff #45787)

Nit was not addressed even though I mentioned it twice

lib/utils/olm-utils.js
131 ↗(On Diff #45787)

Also noticed this line exceeds the 80 char limit. Please keep all lines (including string literals and comments) to a max of 80 chars. Only exception is when Prettier forces it (only applies to imports)