From fb039a7fb13ad1318cc6efa5676998d8b89e0de8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=B3=BD=E8=B0=A6?= Date: Thu, 17 Dec 2020 11:22:19 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#82=20=E7=BE=A4=E5=86=85@=E4=BA=BA?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=B6=88=E6=81=AF=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/kotlin/io/github/wechaty/grpc/GrpcPuppet.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/wechaty-puppet-hostie/src/main/kotlin/io/github/wechaty/grpc/GrpcPuppet.kt b/wechaty-puppet-hostie/src/main/kotlin/io/github/wechaty/grpc/GrpcPuppet.kt index 7e61a7a..4016198 100644 --- a/wechaty-puppet-hostie/src/main/kotlin/io/github/wechaty/grpc/GrpcPuppet.kt +++ b/wechaty-puppet-hostie/src/main/kotlin/io/github/wechaty/grpc/GrpcPuppet.kt @@ -614,6 +614,7 @@ class GrpcPuppet(puppetOptions: PuppetOptions) : Puppet(puppetOptions) { val request = Message.MessageSendTextRequest.newBuilder() .setConversationId(conversationId) .setText(text) + .addAllMentonalIds(mentionList) .build() return CompletableFuture.supplyAsync {