git ssb

10+

Matt McKegg / patchwork



Commit a14de0c42524ef13660881841a76089bd36e3acf

show "publish privately" on private thread replies too

Matt McKegg committed on 9/30/2017, 1:32:04 PM
Parent: 3a294e357e15360aded899e2d83d79b4e4c584ea

Files changed

modules/page/html/render/message.jschanged
modules/page/html/render/message.jsView
@@ -35,8 +35,9 @@
3535 })
3636
3737 var compose = api.message.html.compose({
3838 meta,
39+ isPrivate: when(meta.recps, true),
3940 shrink: false,
4041 hooks: [
4142 AnchorHook('reply', anchor, (el) => el.focus())
4243 ],

Built with git-ssb-web