Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

core: add direct xftp upload/download commands #3781

Merged
merged 37 commits into from Feb 19, 2024
Merged

Conversation

dpwiz
Copy link
Contributor

@dpwiz dpwiz commented Feb 5, 2024

No description provided.

@epoberezkin epoberezkin changed the title chat: add direct xftp upload/download commands core: add direct xftp upload/download commands Feb 13, 2024
@dpwiz dpwiz marked this pull request as ready for review February 13, 2024 20:14
src/Simplex/Chat.hs Outdated Show resolved Hide resolved
src/Simplex/Chat.hs Outdated Show resolved Hide resolved
src/Simplex/Chat.hs Outdated Show resolved Hide resolved
src/Simplex/Chat.hs Outdated Show resolved Hide resolved
dpwiz and others added 2 commits February 14, 2024 18:59
Co-authored-by: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com>
src/Simplex/Chat.hs Outdated Show resolved Hide resolved
@@ -698,7 +698,7 @@ getRcvFileTransfer_ db userId fileId = do
FSCancelled -> ft name . RFSCancelled <$> rfi_
where
standaloneName_ = case (connId_, agentRcvFileId, filePath_) of
(Nothing, Just _, Just _) -> Just "direct" -- filePath marks files that are accepted from contact or, in this case, set by createRcvDirectFileTransfer
(Nothing, Just _, Just _) -> Just "" -- filePath marks files that are accepted from contact or, in this case, set by createRcvDirectFileTransfer
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure I understand how this comment relates to files accepted from contact if it's for standalone files

src/Simplex/Chat.hs Outdated Show resolved Hide resolved
@epoberezkin epoberezkin merged commit daf67c0 into master Feb 19, 2024
5 of 7 checks passed
@epoberezkin epoberezkin deleted the ab/direct-xftp branch February 19, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants