chore: Follow up seen by users

This commit is contained in:
Christian Pauly 2021-12-26 11:49:15 +01:00
parent eba4418c8d
commit 86ebf3b80a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ class StoryPageController extends State<StoryPage> {
);
}
return L10n.of(context)!.seenByUserAndCountOthers(
seenByUsers.single.calcDisplayname(),
seenByUsers.first.calcDisplayname(),
seenByUsers.length - 1,
);
}