Elektrine lite

← Feed

@silverpill@mitra.social

Post #4147781

2026-07-27 20:31 UTC

@harblinger@wizard.casa True, I'm going to re-skin AP 'repost' as 'bump' eventually. Good AP primitive to fix the no-signal bump posts common on image boards (picrel). That's an interesting idea. Maybe reposts should be tied to conversations, but let's keep this focused on comment-bumps for now. Just implemented mitra subs recently too :) 🔥 Filtering private comments is to prevent users not in the convo being confused by what appears to be no activity bumped threads. You can pass the current user to the query... But no need to make it more complicated than necessary. I hope it's not annoying slop, let me know if you want me to run any further tests Stored conversation.last_activity_id with a btree index Premature optimization. It's never too late to add extra column. Endpoint prefix. /api/v1/conversations is fine. The only wrinkle is that the bare path is Mastodon's DM conversation list, which Mitra already serves, so the public one likely wants to be a sibling path — /api/v1/conversations/public or similar. Yes, we should use /api/v1/conversations/public slop slop slop Do you intend to send a patch?

Replies (1)

  • @harblinger@wizard.casa 2026-07-27 21:45

    @silverpill@mitra.social Sounds good! >Do you intend to send a patch? I could definitely do that and exercise your new forgejo instance (unless you want me to press the new 'berg ToS, either way)

    Open ##4147780