Commit fca3d6bd authored by Him188's avatar Him188

Make `HttpClient.postImage` not suspend

parent 5310e198
...@@ -34,7 +34,7 @@ import net.mamoe.mirai.utils.io.discardExact ...@@ -34,7 +34,7 @@ import net.mamoe.mirai.utils.io.discardExact
@Suppress("SpellCheckingInspection") @Suppress("SpellCheckingInspection")
internal suspend inline fun HttpClient.postImage( internal suspend fun HttpClient.postImage(
htcmd: String, htcmd: String,
uin: Long, uin: Long,
groupcode: Long?, groupcode: Long?,
......
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