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
Unknown Object (File)
Wed, Nov 27, 8:12 AM
Unknown Object (File)
Tue, Nov 26, 4:33 AM
Unknown Object (File)
Sat, Nov 23, 6:10 PM
Unknown Object (File)
Sat, Nov 23, 4:18 PM
Unknown Object (File)
Sat, Nov 23, 12:17 PM
Unknown Object (File)
Sat, Nov 23, 2:19 AM
Unknown Object (File)
Thu, Nov 21, 7:00 AM
Unknown Object (File)
Thu, Nov 21, 3:33 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 ↗(On Diff #45744)

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)