Skip to content

Commit

Permalink
build: 1.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Jan 30, 2022
1 parent daa0068 commit 2900a40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/kotlin/xyz/cssxsh/mirai/plugin/WeiboListener.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import net.mamoe.mirai.console.permission.PermissionService.Companion.testPermis
import net.mamoe.mirai.console.permission.PermitteeId.Companion.permitteeId
import net.mamoe.mirai.console.util.*
import net.mamoe.mirai.console.util.ContactUtils.render
import net.mamoe.mirai.console.util.CoroutineScopeUtils.childScope
import net.mamoe.mirai.contact.*
import net.mamoe.mirai.event.*
import net.mamoe.mirai.message.data.MessageSource.Key.quote
Expand Down
2 changes: 0 additions & 2 deletions src/main/kotlin/xyz/cssxsh/weibo/WeiboClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import io.ktor.client.features.compression.*
import io.ktor.client.features.cookies.*
import io.ktor.client.request.*
import io.ktor.http.*
import io.ktor.util.*
import io.ktor.utils.io.core.*
import kotlinx.coroutines.*
import kotlinx.coroutines.sync.*
Expand All @@ -17,7 +16,6 @@ import java.io.IOException
import kotlin.coroutines.*
import kotlin.coroutines.cancellation.*

@OptIn(KtorExperimentalAPI::class)
open class WeiboClient(val ignore: suspend (Throwable) -> Boolean = DefaultIgnore) : CoroutineScope, Closeable {
override val coroutineContext: CoroutineContext
get() = client.coroutineContext
Expand Down

0 comments on commit 2900a40

Please sign in to comment.