sdk: FetchBlossomServerList().

This commit is contained in:
fiatjaf
2026-04-22 15:16:40 -03:00
parent a21ea55eaa
commit 078ee94465
2 changed files with 36 additions and 0 deletions
+2
View File
@@ -61,6 +61,8 @@ type System struct {
MediaFollowListCache cache.Cache32[GenericList[nostr.PubKey, ProfileRef]]
goodWikiAuthorListCacheOnce sync.Once
GoodWikiAuthorListCache cache.Cache32[GenericList[nostr.PubKey, ProfileRef]]
blossomServerListCacheOnce sync.Once
BlossomServerListCache cache.Cache32[GenericList[string, BlossomURL]]
gitAuthorListCacheOnce sync.Once
GitAuthorListCache cache.Cache32[GenericList[nostr.PubKey, ProfileRef]]
relaySetsCacheOnce sync.Once