Files
simplex-chat/src/Simplex
Narasimha-sc 5eca9ec8ee ui: show XFTP servers used for a file in message info
Surface the XFTP servers that hosted a file's chunks in the message info
screen (Android, desktop, iOS), so a user can see which servers they are
downloading from (or, for sent files, uploading to) whenever they want to know.

APIGetChatItemInfo now returns fileXftpServers, derived from the stored file
description (private snd descr for sent items, rcv descr for received items);
extraction is best-effort and never fails the call.
2026-06-17 11:00:49 +00:00
..