Remove debugging for participants
This commit is contained in:
@@ -83,11 +83,9 @@ fun ChatRoomDetailScreen(
|
||||
Column(
|
||||
modifier = Modifier.padding(innerPadding)
|
||||
) {
|
||||
chatRoomDetailUIState.localChatRoom.participants.forEach { participant ->
|
||||
Text(
|
||||
"- ${participant.profile?.humanReadableNameOrPubkey() ?: participant.participant.participantPublicKey}"
|
||||
)
|
||||
}
|
||||
Text(
|
||||
text = "Messages will appear here..."
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user