diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomCompose.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomCompose.kt index f59f4eb125..0168605cd1 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomCompose.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/note/ChatroomCompose.kt @@ -63,6 +63,10 @@ fun ChatroomCompose(baseNote: Note, accountViewModel: AccountViewModel, navContr fontWeight = FontWeight.Bold, modifier = it ) + Text( + " Public Chat", + color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f) + ) }, channelLastTime = note.event?.createdAt, channelLastContent = "${author?.toBestDisplayName()}: " + description,