会话分组及聊天室实现

This commit is contained in:
weber
2025-08-11 18:21:22 +08:00
parent 54ca1d3f1c
commit 697af504b7
23 changed files with 1049 additions and 115 deletions

View File

@@ -144,7 +144,7 @@ class MainActivity : ComponentActivity() {
sender?.let {
scope.launch {
try {
val profile = userService.getUserProfileByTrtcUserId(it)
val profile = userService.getUserProfileByTrtcUserId(it,0)
navController.navigate(NavigationRoute.Chat.route.replace(
"{id}",
profile.id.toString()