Skip to content

Commit

Permalink
Revert "Fix doesn't send file message after file uploading (#637)"
Browse files Browse the repository at this point in the history
This reverts commit 0a18381.
  • Loading branch information
ryoii committed Jan 14, 2023
1 parent 47835e6 commit fa42d2e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ internal suspend fun onUploadFile(stream: InputStream, path: String, fileName: S
uploadFold.uploadNewFile(uploadFileName, it)
}

contact.sendMessage(file.toMessage())

return ElementResult(
RemoteFileDTO(file, false).toJsonElement()
)
Expand Down

0 comments on commit fa42d2e

Please sign in to comment.