mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-10 04:56:56 +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")
|
||||
internal suspend inline fun HttpClient.postImage(
|
||||
internal suspend fun HttpClient.postImage(
|
||||
htcmd: String,
|
||||
uin: Long,
|
||||
groupcode: Long?,
|
||||
|
Loading…
Reference in New Issue
Block a user