You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(curated): stop loading curated communities as soon as you get a single valid community
Part of status-im/status-app#21514
Curated community discovery only needs one valid description to populate the UI, but it reused the general `FetchCommunity` freshness rule, which continued paging unless the stored description clock became newer than the clock captured when the request started. Allow curated requests to stop as soon as any accepted description is available, and retain an ephemeral description filter so subsequent updates arrive live without including the topic in historic synchronization sweeps.
0 commit comments