mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2025-01-11 18:22:49 +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(
|
return L10n.of(context)!.seenByUserAndCountOthers(
|
||||||
seenByUsers.single.calcDisplayname(),
|
seenByUsers.first.calcDisplayname(),
|
||||||
seenByUsers.length - 1,
|
seenByUsers.length - 1,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user