2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Fix owner badges in groups.

This commit is contained in:
John Preston
2019-07-24 08:37:10 +02:00
parent 020e62fb7a
commit db2018c765
4 changed files with 36 additions and 9 deletions

View File

@@ -456,7 +456,7 @@ void ApplyChannelUpdate(
not_null<ChannelData*> channel,
const MTPDchannelFull &update);
void ApplyChannelAdmins(
void ApplyMegagroupAdmins(
not_null<ChannelData*> channel,
const MTPDchannels_channelParticipants &data);