• Juliusz Chroboczek's avatar
    Protect against sending a file to oneself. · 86eeb3d8
    Juliusz Chroboczek authored
    When a user sends a file to oneself (which is only possible
    as a chat command), then the two file transfer data structures
    have the same id, which causes confusion.  We used to detect
    this case too late, detect it earlier.
    
    Thanks to J.-J. Sarton for the report.
    86eeb3d8
protocol.js 62.5 KB