mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 18:54:53 +02:00
Marking Chat groups as such in the UI
This commit is contained in:
@@ -63,6 +63,10 @@ fun ChatroomCompose(baseNote: Note, accountViewModel: AccountViewModel, navContr
|
|||||||
fontWeight = FontWeight.Bold,
|
fontWeight = FontWeight.Bold,
|
||||||
modifier = it
|
modifier = it
|
||||||
)
|
)
|
||||||
|
Text(
|
||||||
|
" Public Chat",
|
||||||
|
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f)
|
||||||
|
)
|
||||||
},
|
},
|
||||||
channelLastTime = note.event?.createdAt,
|
channelLastTime = note.event?.createdAt,
|
||||||
channelLastContent = "${author?.toBestDisplayName()}: " + description,
|
channelLastContent = "${author?.toBestDisplayName()}: " + description,
|
||||||
|
Reference in New Issue
Block a user