git ssb

10+

Matt McKegg / patchwork



Commit d56fe5e284a2a1b36f5b540a214aedd8c458bdcd

encrypt all attachments on private messages

fixes #604
closes #538
Matt McKegg committed on 4/13/2018, 4:27:53 AM
Parent: 1e37adb6639b35ce588fd25a2924a389b272b1f1

Files changed

modules/message/html/compose.jschanged
package-lock.jsonchanged
package.jsonchanged
modules/message/html/compose.jsView
@@ -89,8 +89,10 @@
8989 if (!after.startsWith(spacer)) after = spacer + after
9090
9191 textArea.value = `${before}${embed}[${file.name}](${file.link})${after}`
9292 console.log('added:', file)
93+ }, {
94+ private: isPrivate
9395 })
9496
9597 fileInput.onclick = function () {
9698 hasContent.set(true)
package-lock.jsonView
The diff is too large to show. Use a local git client to view these changes.
Old file size: 286537 bytes
New file size: 286605 bytes
package.jsonView
@@ -41,9 +41,9 @@
4141 "mutant": "^3.21.2",
4242 "mutant-pull-reduce": "^1.1.0",
4343 "obv": "0.0.1",
4444 "patch-settings": "~1.1.0",
45- "patchcore": "~1.24.1",
45+ "patchcore": "~1.25.0",
4646 "pull-abortable": "^4.1.0",
4747 "pull-cat": "^1.1.11",
4848 "pull-defer": "^0.2.2",
4949 "pull-file": "~1.0.0",

Built with git-ssb-web