git ssb

2+

cel / scuttlebot.io



Commit 73bb7c6cea0efa5a8352159d71fc7d30aac10e6b

Document channel/hashtag mentions

Fix %uJNaFm3X9rz8mPzO824hoBkTehI7dn3caWrermMLLVE=.sha256
cel committed on 8/23/2019, 1:05:54 AM
Parent: 89ecb61d9b081d818fab05349582c44773bfdf94

Files changed

tmpl/docs/message-types/post.mdchanged
tmpl/docs/message-types/post.mdView
@@ -38,13 +38,14 @@
3838 If the post is about another message-type, use `mentions`.
3939
4040 ### Mentions
4141
42-`mentions` is a generic reference to other feeds, entities, or blobs.
42 +`mentions` is a generic reference to other feeds, entities, blobs, or channels/hashtags.
4343
4444 - User mentions: for when a user is referenced in the `text`.
4545 - Blob mentions: for when a file is referected in the `text`.
4646 - Message mentions: for when a message is referenced in the `text`.
47 + - Channel/hashtag mentions: for when a channel/hashtag is referenced in the `text`. Note: these are not returned in queries using the [`sbot.links`](/docs/advanced/links.html) method, but they are in queries using the [`ssb-backlinks`](https://www.npmjs.com/package/ssb-backlinks) plugin.
4748
4849 ### Recps
4950
5051 `recps` is a list of user-links specifying who the message is for.

Built with git-ssb-web