mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 15:04:57 +00:00
Display last voters userpics.
This commit is contained in:
@@ -2895,7 +2895,7 @@ void Session::gameApplyFields(
|
||||
not_null<PollData*> Session::poll(PollId id) {
|
||||
auto i = _polls.find(id);
|
||||
if (i == _polls.cend()) {
|
||||
i = _polls.emplace(id, std::make_unique<PollData>(id)).first;
|
||||
i = _polls.emplace(id, std::make_unique<PollData>(this, id)).first;
|
||||
}
|
||||
return i->second.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user