Commit a76606ae authored by jiahua.liu's avatar jiahua.liu

to merge

parent 5daf9701
...@@ -45,7 +45,7 @@ class GentleImage { ...@@ -45,7 +45,7 @@ class GentleImage {
if (image.statusCode() != 200) error("Failed to download image") if (image.statusCode() != 200) error("Failed to download image")
} }
image.bodyStream().uploadAsImage(contact) ?: error("Unable to download image") image.bodyStream().uploadAsImage(contact) ?: error("Unable to upload image")
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment