Commit b2886f60b5b31141643c0ea134c62b9e8e0db8e2
add hint on channel compose message box about visibility
Matt McKegg committed on 11/4/2016, 4:19:20 AMParent: 141e43f7286b7d2209c0ce6e7f6d225c81a744e4
Files changed
modules/channel.js | changed |
modules/channel.js | |||
---|---|---|---|
@@ -44,9 +44,9 @@ | |||
44 | 44 … | }, 'Subscribe') | |
45 | 45 … | ) | |
46 | 46 … | ]) | |
47 | 47 … | ]), | |
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.'}) | ||
49 | 49 … | ]) | |
50 | 50 … | } | |
51 | 51 … | ||
52 | 52 … | // scoped | |
Built with git-ssb-web