Skip to content

Add support for quoted posts

Joshua Goins requested to merge work/redstrate/quote-toots into master

This is starting to become a common use case, and despite Mastodon not implementing it (yet) Tokodon can implement it client-side.

How it works is that Tokodon looks through all the URLs of a post, and then figures out if it's a valid post or not. To prevent hammering the server, a basic check is performed to see if it looks like a typical post URL. Then it's fetched from the server and displayed inline on the timeline.

Screenshot_20240606_185905

Edited by Joshua Goins

Merge request reports