From 71a462e48f2704a26c952e7e31fa17784b39f0c8 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Wed, 15 Nov 2023 15:30:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=82=B0=E3=83=AB=E3=83=BC=E3=83=97?= =?UTF-8?q?=E9=99=90=E5=AE=9A=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=E3=82=A4?= =?UTF-8?q?=E3=83=B3=E3=82=BF=E3=83=BC=E3=83=95=E3=82=A7=E3=83=BC=E3=82=B9?= =?UTF-8?q?=E3=81=AE=E5=95=8F=E9=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/moe/fuqiuluo/qqinterface/servlet/GroupSvc.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xposed/src/main/java/moe/fuqiuluo/qqinterface/servlet/GroupSvc.kt b/xposed/src/main/java/moe/fuqiuluo/qqinterface/servlet/GroupSvc.kt index 8c15018..ccef6ee 100644 --- a/xposed/src/main/java/moe/fuqiuluo/qqinterface/servlet/GroupSvc.kt +++ b/xposed/src/main/java/moe/fuqiuluo/qqinterface/servlet/GroupSvc.kt @@ -113,7 +113,7 @@ internal object GroupSvc: BaseSvc() { val memberInfo = Oidb_0x8fc.MemberInfo() memberInfo.uint64_uin.set(userId.toLong()) memberInfo.bytes_uin_name.set(ByteStringMicro.copyFromUtf8(localMemberInfo.troopnick.ifBlank { - localMemberInfo.troopremark + localMemberInfo.troopremark.ifNullOrEmpty("") })) memberInfo.bytes_special_title.set(ByteStringMicro.copyFromUtf8(title)) memberInfo.uint32_special_title_expire_time.set(-1)