Something with formatting tags broke with the new custom post phrase update where the "reposted by " message above a repost will not display the username of the reposter. Hopefully shouldn't be too hard to fix!
Example: https://witchsky.app/profile/lemmaeof.gay/post/3mdhwbj6bok2j
so no joke, i figured out the issue but currently im not sure how to approach this but the reason this is broken is insanely stupid
basically the text gets rendered by this code
<Trans>Reposted by {reposter}</Trans>inside PostFeedReason.tsxthe replace all code inside linguiHook.ts is replacing ALL instances of post, which includes the {reposter} part from what i can tell, renaming the {reposter} const to something like {reskeeter} fixes this issue INSTANTLY, it also gets fixed by setting the custom post word back to post/posts
so the solution would either be: code a edge case that specifically avoids things inside of "{}" or straight up just rename the "{reposter}" and pray nothing else is broken