2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 14:45:14 +00:00

Show who've seen the message in submenu.

This commit is contained in:
John Preston
2021-09-07 21:31:13 +03:00
parent 2f5f100626
commit abbac61702
6 changed files with 48 additions and 15 deletions

View File

@@ -182,6 +182,7 @@ rpl::producer<Ui::WhoReadContent> WhoRead(
}) | ranges::views::transform([](UserData *user) {
return Ui::WhoReadParticipant{
.name = user->name,
.id = user->id.value,
};
}) | ranges::to_vector;
return Ui::WhoReadContent{