Skip to content

explore: Do not initialize the list if it is already loading

Kévin Commaille requested to merge (removed):explore-double into main

There is already a search triggered by setting the server to the first in the list so loading the list explicitly would make 2 simultaneous requests, and both responses would be appended to the list because there is no protection against duplicates.

Fixes Explore: All rooms are shown twice (#1280 - closed).

Edited by Kévin Commaille

Merge request reports