会话分组及聊天室实现
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user