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:
@@ -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{
|
||||
|
Reference in New Issue
Block a user