Marking Chat groups as such in the UI

pull/37/head
Vitor Pamplona 2023-01-22 18:33:38 -03:00
rodzic 9f15b87d57
commit d13979b4b5
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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,