sdk: automatically store replaceable events since we already check the local store for them.

This commit is contained in:
fiatjaf
2025-12-21 22:14:59 -03:00
parent dd6d3c68fb
commit 99197d8321
4 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ func (rs *RelayStream) Next() string {
func NewSystem() *System {
sys := &System{
KVStore: kvstore_memory.NewStore(),
RelayListRelays: NewRelayStream("wss://purplepag.es", "wss://user.kindpag.es", "wss://relay.nos.social"),
RelayListRelays: NewRelayStream("wss://indexer.coracle.social", "wss://purplepag.es", "wss://user.kindpag.es", "wss://relay.nos.social"),
FollowListRelays: NewRelayStream("wss://purplepag.es", "wss://user.kindpag.es", "wss://relay.nos.social"),
MetadataRelays: NewRelayStream("wss://purplepag.es", "wss://user.kindpag.es", "wss://relay.nos.social"),
FallbackRelays: NewRelayStream(