更新个人资料同时更新聊天个人信息

This commit is contained in:
2024-11-30 22:24:28 +08:00
parent 3a68a51f3c
commit 6c19f83cfb
5 changed files with 35 additions and 3 deletions

View File

@@ -72,7 +72,8 @@ data class AccountProfile(
}
null
},
trtcUserId = trtcUserId
trtcUserId = trtcUserId,
rawAvatar = avatar
)
}
}