Fixes the width of muted messages on chat feeds.

This commit is contained in:
Vitor Pamplona 2024-03-21 17:32:29 -04:00
parent 6f0e4f1f19
commit ff5612203d

View File

@ -348,7 +348,7 @@ private fun DiscoverFeedLoaded(
ChannelCardCompose(
baseNote = item,
routeForLastRead = routeForLastRead,
modifier = Modifier,
modifier = Modifier.fillMaxWidth(),
forceEventKind = forceEventKind,
accountViewModel = accountViewModel,
nav = nav,