Skip to main content


This entry was edited (1 year ago)
@iThis is fascinating. I don't completely understand what you're doing.
well i asked you for relay support and you said nah, so i did it myself, but requesting nostr event id's as AP objects mostly results in {“error”:”Not found”} so i'm wondering if there's a heuristic or extra bit of data you could add so this doesn't impact your relay performance too badly
This entry was edited (1 year ago)
bumping this, pretty much every object requested times out, so i'm not getting many nostr posts anymore

@iAll of those give me AP objects when I fetch them over curl with -H 'accept: application/activity+json'

What is your timeout set to? Bridge is not always fast (can take a few seconds the first time an event is requested), but it usually does return a response.

timeout should already be 15s, i'll double it and see if that doesn't help long term

thanks for keeping the bridge running, i'd host my own, but the goal is harvest messages to fill out the twkn

i should probably just implement the whole relay conversion myself at some point

@iYeah I just checked config.exs. The default timeouts are very generous. I'm writing a library to improve Nostr lookups. I will try to make it faster.