mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-24 06:22:34 +01:00
chore: Follow up seen by users
This commit is contained in:
parent
eba4418c8d
commit
86ebf3b80a
@ -139,7 +139,7 @@ class StoryPageController extends State<StoryPage> {
|
||||
);
|
||||
}
|
||||
return L10n.of(context)!.seenByUserAndCountOthers(
|
||||
seenByUsers.single.calcDisplayname(),
|
||||
seenByUsers.first.calcDisplayname(),
|
||||
seenByUsers.length - 1,
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user