Fix build on Windows.

This commit is contained in:
John Preston 2021-11-25 14:23:13 +04:00
parent b634ebab78
commit eb6afdf438
2 changed files with 2 additions and 0 deletions

View file

@ -651,6 +651,7 @@ PeerData *ParticipantsAdditionalData::applyParticipant(
case Api::ChatParticipant::Type::Left: case Api::ChatParticipant::Type::Left:
return logBad(); return logBad();
}; };
Unexpected("Api::ChatParticipant::type in applyParticipant.");
} }
UserData *ParticipantsAdditionalData::applyCreator( UserData *ParticipantsAdditionalData::applyCreator(

View file

@ -527,6 +527,7 @@ auto GenerateParticipantChangeText(
case Api::ChatParticipant::Type::Member: case Api::ChatParticipant::Type::Member:
return generateOther(peerId); return generateOther(peerId);
}; };
Unexpected("Participant type in GenerateParticipantChangeText.");
}(); }();
result.entities.push_front( result.entities.push_front(