Skip to content

Support mentions and tags in account bios

Joshua Goins requested to merge work/redstrate/unify-content into master

This adds support for mentions and tags in account bios, but the Mastodon API makes this difficult. It doesn't hand us the tags used, or the mentions like it does for posts but instead just the HTML. Right now it does some dirty parsing, which works but not ideal.

Also adds support for navigating to web+ap links in-app, which could be used for other things. The internal link navigation is also unified between posts and accounts.

Merge request reports