• JC Brand's avatar
    In these two cases I prefer explicit Promise callbacks · b05b5719
    JC Brand authored
    In both cases we need the `catch` statement due to the fact that a
    sendIQ call gets made which rejects for error stanzas (and I find the
    Promise form much compacter).
    
    Additionally, we don't want to hold up subsequent execution until
    the element has been faded out.
    b05b5719
converse-muc-views.js 98.4 KB