git ssb

16+

Dominic / patchbay



Commit ea35fa0e272078223d53e25b34e33730e0c77a12

Make it easier to know you are replying in private

Anders Rune Jensen committed on 6/14/2018, 7:47:10 PM
Parent: c00f7fcc56480fd7009e98745615388972d0a8a4

Files changed

message/html/compose.jschanged
message/html/compose.jsView
@@ -130,9 +130,9 @@
130130 }, { private: isPrivate, removeExif: api.settings.obs.get('patchbay.removeExif', true) })
131131
132132 fileInput.onclick = () => hasContent.set(true)
133133
134- var publishBtn = h('button', { 'ev-click': publish }, 'Publish')
134 + var publishBtn = h('button', { 'ev-click': publish }, isPrivate ? 'Reply' : 'Publish')
135135
136136 var actions = h('section.actions', [
137137 fileInput,
138138 publishBtn

Built with git-ssb-web