Commit 73bb7c6cea0efa5a8352159d71fc7d30aac10e6b
Document channel/hashtag mentions
Fix %uJNaFm3X9rz8mPzO824hoBkTehI7dn3caWrermMLLVE=.sha256cel committed on 8/23/2019, 1:05:54 AM
Parent: 89ecb61d9b081d818fab05349582c44773bfdf94
Files changed
tmpl/docs/message-types/post.md | changed |
tmpl/docs/message-types/post.md | |||
---|---|---|---|
@@ -38,13 +38,14 @@ | |||
38 | 38 … | If the post is about another message-type, use `mentions`. | |
39 | 39 … | ||
40 | 40 … | ### Mentions | |
41 | 41 … | ||
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. | ||
43 | 43 … | ||
44 | 44 … | - User mentions: for when a user is referenced in the `text`. | |
45 | 45 … | - Blob mentions: for when a file is referected in the `text`. | |
46 | 46 … | - 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. | ||
47 | 48 … | ||
48 | 49 … | ### Recps | |
49 | 50 … | ||
50 | 51 … | `recps` is a list of user-links specifying who the message is for. |
Built with git-ssb-web