mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 18:21:53 +00:00
Fix build on Windows.
This commit is contained in:
@@ -651,6 +651,7 @@ PeerData *ParticipantsAdditionalData::applyParticipant(
|
||||
case Api::ChatParticipant::Type::Left:
|
||||
return logBad();
|
||||
};
|
||||
Unexpected("Api::ChatParticipant::type in applyParticipant.");
|
||||
}
|
||||
|
||||
UserData *ParticipantsAdditionalData::applyCreator(
|
||||
|
||||
@@ -527,6 +527,7 @@ auto GenerateParticipantChangeText(
|
||||
case Api::ChatParticipant::Type::Member:
|
||||
return generateOther(peerId);
|
||||
};
|
||||
Unexpected("Participant type in GenerateParticipantChangeText.");
|
||||
}();
|
||||
|
||||
result.entities.push_front(
|
||||
|
||||
Reference in New Issue
Block a user