Skip to content
Snippets Groups Projects
Verified Commit 33ab1d24 authored by aguestuser's avatar aguestuser
Browse files

[329] refactor `sdMessageOf`

* instead of taking unnamed `channel` and `mesageBody`
  take named `sender`, `recipient`, `message` and `attachments`
* motivation: simplifies the contract of `signal.sendMessage`, enables
  cleaner marshalling of `notification`s to be passed to
  `sendMessage`, is generally easier to read and clearer about the
  "outbound" cardinality of any and all sdMessages we ever construct
parent fcfeef45
No related branches found
No related tags found
No related merge requests found
Showing
with 343 additions and 192 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment