mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-10 20:35:11 +08:00
Make HttpClient.postImage
not suspend
This commit is contained in:
parent
5310e19861
commit
fca3d6bd7a
@ -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?,
|
||||||
|
Loading…
Reference in New Issue
Block a user