Commit d56fe5e284a2a1b36f5b540a214aedd8c458bdcd
encrypt all attachments on private messages
fixes #604 closes #538Matt McKegg committed on 4/13/2018, 4:27:53 AM
Parent: 1e37adb6639b35ce588fd25a2924a389b272b1f1
Files changed
modules/message/html/compose.js | changed |
package-lock.json | changed |
package.json | changed |
modules/message/html/compose.js | ||
---|---|---|
@@ -89,8 +89,10 @@ | ||
89 | 89 | if (!after.startsWith(spacer)) after = spacer + after |
90 | 90 | |
91 | 91 | textArea.value = `${before}${embed}[${file.name}](${file.link})${after}` |
92 | 92 | console.log('added:', file) |
93 | + }, { | |
94 | + private: isPrivate | |
93 | 95 | }) |
94 | 96 | |
95 | 97 | fileInput.onclick = function () { |
96 | 98 | hasContent.set(true) |
package-lock.json | ||
---|---|---|
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.json | ||
---|---|---|
@@ -41,9 +41,9 @@ | ||
41 | 41 | "mutant": "^3.21.2", |
42 | 42 | "mutant-pull-reduce": "^1.1.0", |
43 | 43 | "obv": "0.0.1", |
44 | 44 | "patch-settings": "~1.1.0", |
45 | - "patchcore": "~1.24.1", | |
45 | + "patchcore": "~1.25.0", | |
46 | 46 | "pull-abortable": "^4.1.0", |
47 | 47 | "pull-cat": "^1.1.11", |
48 | 48 | "pull-defer": "^0.2.2", |
49 | 49 | "pull-file": "~1.0.0", |
Built with git-ssb-web