mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-03-14 09:45:42 +00:00
docs: fix typo (#3552)
This commit is contained in:
parent
67590f3258
commit
57a6e85668
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ This message is used to delete previously sent chat items. Receiving clients MUS
|
|||
|
||||
When content message `x.msg.new` contains file attachment (the invitation to receive the file), this sub-protocol is used to accept this file or to notify the recipient that sending the file was cancelled.
|
||||
|
||||
File attachement can optionally include connection address to receive the file - clients MUST include it when sending files to direct connections, and MUST NOT include it when sending file attachment to the group (as different members would need different connections to receive the file).
|
||||
File attachment can optionally include connection address to receive the file - clients MUST include it when sending files to direct connections, and MUST NOT include it when sending file attachment to the group (as different members would need different connections to receive the file).
|
||||
|
||||
`x.file.acpt` message is used to accept the file in case when file connection address was included in the message (that is the case when the file invitation was sent in direct message). It is sent as part of file connection handshake via file connection, that is why this message contains no reference to the file - the used connection provides sufficient context for the sender.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue