Sync from a different relay randomly

This commit is contained in:
Kgothatso Ngako
2026-05-04 23:18:29 +02:00
parent 0c7019204c
commit 17def682e0

View File

@@ -53,7 +53,7 @@ class FeedListViewModel(
val isSynchronizationPending: MutableState<Boolean> = mutableStateOf(false)
val negentropySynchronizeRequests = Relays.eventPublishRelaySet.take(1).map { normalizedRelayUrl ->
val negentropySynchronizeRequests = Relays.negentropicRelaySet.shuffled().take(1).map { normalizedRelayUrl ->
NegentropySynchronizeRequest(
purpose = "feed",
synchronizationFilter = synchronizationFilter,