Skip to content
  • Daniel García Moreno's avatar
    Async image or media thumb loading · 0c41a2e8
    Daniel García Moreno authored
    We're downloading each thumbnail image in the backend and that's really
    inefficient because we're downloading images that we're not showing.
    
    This change moves the thumb downloading to the frontend and we only
    download media when we're drawing it.
    
    I'm moving also a lot of code from util.rs to model/message.rs to reuse
    code and be able to integrate stickers message type.
    0c41a2e8