@prologic@twtxt.net Actually, my twts from the last two days aren’t showing up on , so I guess that no-one is following me and the reason my earlier twts did show up is that yarnd
does a one-off fetch of any feed @-mentioned by a pod member. Comments in the code suggest that this is the case, see internal/server.go
, commit 7dcec70e
, line 468. As the author of that code, can you confirm/deny?
@asquare@asquare.srht.site I see your reply now that I’m following you 🤣 The commit you’re ferring to btw is for WebMentions, which has little practical value IMO, it works but is rarely useful 😅
@asquare@asquare.srht.site And actually…
does a one-off fetch of any feed @-mentioned by a pod member
What is true here is if someone visits your “profile” on a pod whilst logged, it, yes yarnd
fetches it in the background if it wasn’t already cached, as a “once off”. This is true.