The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

bluesky add `{author.xxx}` and `{post.image}` palceholders

Luna b26c332d 780f0c69

+14 -8
+14 -8
public/docs/notifications.md
··· 70 70 71 71 ## Better embeds 72 72 If you’d like to improve embeds (for example, fixing Bluesky embeds), you can use the following custom messages: 73 - - `https://bskyx.app/profile/{creator.handle}/post/{post.id}` ([Lexedia/VixBluesky](https://github.com/Lexedia/VixBluesky)) 74 - - `https://fxbsky.app/profile/{creator.handle}/post/{post.id}` ([fxbsky.app](https://bsky.app/profile/fxbsky.app)) 75 - - `https://vxbsky.app/profile/{creator.handle}/post/{post.id}` ([dylanpdx/vxBsky](https://github.com/dylanpdx/vxBsky)) 76 - - `https://bskye.app/profile/{creator.handle}/post/{post.id}` ([FerroEduardo/bskye](https://github.com/FerroEduardo/bskye)) 77 - - `https://bsyy.app/profile/{creator.handle}/post/{post.id}` 73 + - `https://bskyx.app/profile/{author.handle}/post/{post.id}` ([Lexedia/VixBluesky](https://github.com/Lexedia/VixBluesky)) 74 + - `https://fxbsky.app/profile/{author.handle}/post/{post.id}` ([fxbsky.app](https://bsky.app/profile/fxbsky.app)) 75 + - `https://vxbsky.app/profile/{author.handle}/post/{post.id}` ([dylanpdx/vxBsky](https://github.com/dylanpdx/vxBsky)) 76 + - `https://bskye.app/profile/{author.handle}/post/{post.id}` ([FerroEduardo/bskye](https://github.com/FerroEduardo/bskye)) 77 + - `https://bsyy.app/profile/{author.handle}/post/{post.id}` 78 78 79 79 A preview of all embeds can be found [in this reddit post](https://www.reddit.com/r/BlueskySocial/comments/1he642f/comparing_bluesky_fix_embed_sites/). 80 80 ··· 244 244 <td>Post text</td> 245 245 </tr> 246 246 <tr> 247 + <td><code>post.image</code>*</td> 248 + <td></td> 249 + <td>Post image hyperlink</td> 250 + </tr> 251 + <tr> 247 252 <td><code>post.link</code></td> 248 253 <td>https://bsky.app/profile/shi.gg/post/3lck23sfi522v</td> 249 254 <td>Post page</td> ··· 259 264 <td>Post time & date</td> 260 265 </tr> 261 266 <tr> 262 - <td><code>creator.handle</code></td> 267 + <td><code>creator.handle</code>\*\*</td> 263 268 <td>shi.gg</td> 264 269 <td>Creator handle</td> 265 270 </tr> 266 271 <tr> 267 - <td><code>creator.posts</code></td> 272 + <td><code>creator.posts</code>\*\*</td> 268 273 <td>784</td> 269 274 <td>Amount of posts</td> 270 275 </tr> 271 276 <tr> 272 - <td><code>creator.followers</code></td> 277 + <td><code>creator.followers</code>\*\*</td> 273 278 <td>48</td> 274 279 <td>Amount of followers</td> 275 280 </tr> ··· 278 283 <br /> 279 284 280 285 *If a post is a reply, and your custom message is `{post.type}ed` it will display `replied to`, instead of `replyed`. 286 + \*\* You may also use `{author.xxx}` to refer to the author for all `{creator.xxx}` placeholders. In non-reposts, `author` and `creator` will be the same — if a post is a repost, `creator` will be the user who reposted the post, while `author` will be the original author of the post. 281 287 282 288 <br /> 283 289 <br />