Conversation
Notices
-
Implemented creating a fake system status for remote posts that haven't been loaded, with a link to the remote post.
- likes this.
-
@teknomunk This would've been very handy to have in Pleroma or something, thanks to all the shit going on with signed fetches and IP/useragent blocks. Nice job.
-
@mint I plan on using this to make the lazy loading of replies/parent posts in threads less painful, to reduce load on both my server and remote servers.
As an aside, I also have it creating fake statuses for use in notifications for unfollows and blocks (though blocks haven't been tested yet, like so many other things).
-
@teknomunk >I also have it creating fake statuses for use in notifications for unfollows and blocks
@nekofag has an MRF that sends unfollow notification. MRFs are Pleroma's killer feature in general, so having similar functionality with infinite extensibility would be great. Maybe even as separate scripts to which objects are piped into, though I'm not sure about effeciency of that.
-
@mint @nekofag I'll look into that in more detail when I'm less concerned with implementing the basic functionality of an ActivityPub server.
I do want built-in bot script functionality, so I may be able to roll it into that.