@grishka hi, i just noticed a problem with the `tag` field in your Note. in mastodon and pleroma, that field is an array, so it would be much easier if smithereen could send it in the same way.
@felix yes I can do that, I think I send it as an object when it's only one item, thanks
Maybe fix federation with Lemmy · grishka/Smithereen@b95ae2e

Federated, ActivityPub-compatible social network server with friends, walls, and groups. - Maybe fix federation with Lemmy · grishka/Smithereen@b95ae2e

@felix it feels like I crashed lemmy.ml trying to extract an AP ID for a comment to try fetching one 🙈
@grishka no there is a bug in the frontend so it keeps crashing. doesnt affect federation, thats all in the backend (which is stable cause of rust).

@grishka and comment ap id is like below, not whats linked in the ui.

https://lemmy.ml/comment/92432

@felix yeah this works now but only up the thread because there's no `replies` collection. Also a reminder that I should be validating `url` as having the same domain as `id`, right now it makes for something very confusing
@grishka so many things to add haha
@felix I refactored quite a lot of my web-related code to save myself some sanity, especially with pagination, and somehow it all didn't blow up. Still not sure I'm 100% done though. Also preparing for eventually having a REST API, so there needs to be an additional abstraction layer where all the logic resides, between the route handlers and the database helpers.
@felix heh