@simotenas What do you mean? Are you still talking about the embeds?
It seems hashtags are not implemented the new way in the bottom with embedded posts.
On Mastodon.social the hashtags are still like this on the embeds.
@renchap is this intentional? It seems some of the features like fontawesome and old way of hashtags are still intact in the embeds.
@rolle mmmh, this must be a special component for the embeds, and we missed it in the refactors? What is the easiest way to reproduce this?
@simotenas
1. Go to a post that has hashtags in the end and allows embedding, like https://mastodon.social/@LinuxAndYarn/111715850911279835
2. Hit "Embed" or add /embed to the end: https://mastodon.social/@LinuxAndYarn/111715850911279835/embed
3. See hashtags not in the end, see also fa fa-retweet etc. in the detailed-status__meta.
@rolle I had a look and this is much more complex than what I thought, as this embed view is generated by Rails and is fully independent from the main UI, which is rendered using React. I was not expecting that, and I do not have a quick way to port the hashtag changes or the icon changes to this view…
@simotenas
@renchap @simotenas Thanks for taking a look. I was afraid that is the case, because I feel like the embed has always been a bit separate from the rest of it.
@rolle I do not have the context, but I assume this has been done so the embed is simple HTML + CSS without any Javascript. I am not sure why (performance? security?) and do not know this makes sense nowadays, as it is loaded from an iframe and most embeds use JS
@simotenas