fix: build error

This commit is contained in:
ikechan8370 2024-04-07 16:27:35 +08:00
parent 72af39208c
commit cb7c68f36c

View File

@ -463,7 +463,7 @@ internal object MessageService : MessageServiceGrpcKt.MessageServiceCoroutineImp
request.contact.longPeer(), request.contact.longPeer(),
msg.msgSeq.toULong(), msg.msgSeq.toULong(),
request.faceId.toString(), request.faceId.toString(),
request.isComment request.isSet
) )
return ReactMessageWithEmojiResponse.newBuilder().build() return ReactMessageWithEmojiResponse.newBuilder().build()
} }