|
@@ -408,8 +408,6 @@ internal abstract class QQAndroidBotBase constructor(
|
|
|
when (response) {
|
|
when (response) {
|
|
|
is MultiMsg.ApplyUp.Response.MessageTooLarge ->
|
|
is MultiMsg.ApplyUp.Response.MessageTooLarge ->
|
|
|
error("message is too large")
|
|
error("message is too large")
|
|
|
- is MultiMsg.ApplyUp.Response.OK -> {
|
|
|
|
|
- resId = response.resId
|
|
|
|
|
}
|
|
}
|
|
|
is MultiMsg.ApplyUp.Response.RequireUpload -> {
|
|
is MultiMsg.ApplyUp.Response.RequireUpload -> {
|
|
|
resId = response.proto.msgResid
|
|
resId = response.proto.msgResid
|