Added a new method to call edit_message endpoint to send edited messages to the keyserver.
Details
Details
Checked if the app still works. Other tests are in later diffs.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
lib/actions/message-actions.js | ||
---|---|---|
255–257 ↗ | (On Diff #23986) | Why are you doing all of this with getResultInfo? What does it achieve? In the future, please explain strange things like this by annotating the diff before sending it for review. You should expect that your reviewer will always request changes when they see unexpected stuff like this, and it will significantly reduce diff churn if you take the time to review your own diff / explain this sort of thing |
lib/types/message-types.js | ||
---|---|---|
575–576 ↗ | (On Diff #24261) | Not sure we need all of these type aliases, I would just use SendEditMessageResponse directly (this is the pattern we have in the codebase today) |