tuskyapp / Tusky

An Android client for the microblogging server Mastodon
https://tusky.app
GNU General Public License v3.0
2.42k stars 384 forks source link

[likely a bug] diff highlighting not shown for Akkoma post edits #4253

Open nehemiagurl opened 4 months ago

nehemiagurl commented 4 months ago

when viewing this post from a Mastodon instance in Tusky, all versions of the post are visible in edit history, and one can see the text differences, but those differences are not highlighted.

Screenshot_20240214-134909_Tusky-2


connyduck commented 4 months ago

The posts contains HTML that the diff library fails to parse (specifically: unescaped "s outside of html tags). I think falling back to no diff is actually the best possible behavior here.