feat: Implement hive
This commit is contained in:
parent
a6000ddf60
commit
5fd49be516
6 changed files with 176 additions and 8 deletions
|
|
@ -30,7 +30,8 @@ extension RoomStatusExtension on Room {
|
|||
}
|
||||
return L10n.of(context).lastSeenLongTimeAgo;
|
||||
}
|
||||
return L10n.of(context).countParticipants(mJoinedMemberCount.toString());
|
||||
return L10n.of(context)
|
||||
.countParticipants(summary.mJoinedMemberCount.toString());
|
||||
}
|
||||
|
||||
String getLocalizedTypingText(BuildContext context) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue