mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow sending multiple votes in a poll.
This commit is contained in:
@@ -60,7 +60,7 @@ struct PollData {
|
||||
std::vector<PollAnswer> answers;
|
||||
std::vector<not_null<UserData*>> recentVoters;
|
||||
int totalVoters = 0;
|
||||
QByteArray sendingVote;
|
||||
std::vector<QByteArray> sendingVotes;
|
||||
crl::time lastResultsUpdate = 0;
|
||||
|
||||
int version = 0;
|
||||
|
Reference in New Issue
Block a user