git ssb

10+

Matt McKegg / patchwork



Commit b2886f60b5b31141643c0ea134c62b9e8e0db8e2

add hint on channel compose message box about visibility

Matt McKegg committed on 11/4/2016, 4:19:20 AM
Parent: 141e43f7286b7d2209c0ce6e7f6d225c81a744e4

Files changed

modules/channel.jschanged
modules/channel.jsView
@@ -44,9 +44,9 @@
4444 }, 'Subscribe')
4545 )
4646 ])
4747 ]),
48- message_compose({type: 'post', channel: channel})
48 + message_compose({type: 'post', channel: channel}, {placeholder: 'Write a message in this channel\n\n\nPeople who follow you or subscribe to this channel will also see this message in their main feed.'})
4949 ])
5050 }
5151
5252 // scoped

Built with git-ssb-web