You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code-comments indicate that the Python implementation will always send {"app_versions": {}} for the "Versions" message. While this is true for the file-transfer application, other users may send information in this field. It is open-ended JSON-encodable information, provided by application code.
For example, magic-folder invites will end up sending app-versions like this:
There is no support for "application versions".
The code-comments indicate that the Python implementation will always send
{"app_versions": {}}
for the "Versions" message. While this is true for the file-transfer application, other users may send information in this field. It is open-ended JSON-encodable information, provided by application code.For example, magic-folder invites will end up sending app-versions like this:
The text was updated successfully, but these errors were encountered: