• JC Brand's avatar
    Avoid race-condition that destroys vcards · 17dfa3d7
    JC Brand authored
    VCards were being created before `fetch` was completed, so once fetch
    was done those VCards were unset from their collection.
    
    Add a new event and promise `VCardsInitialized` that triggers after
    successful fetching and wait for it before creating VCards.
    17dfa3d7
converse-rosterview.js 42.9 KB