mirror of https://github.com/procxx/kepka.git
Version 1.8.2: Fix build.
This commit is contained in:
parent
d1083a1fb4
commit
288c1130b9
|
@ -663,7 +663,6 @@ void ApplyChannelUpdate(
|
||||||
channel->growSlowmodeLastMessage(
|
channel->growSlowmodeLastMessage(
|
||||||
next->v - channel->slowmodeSeconds());
|
next->v - channel->slowmodeSeconds());
|
||||||
}
|
}
|
||||||
channel->checkSlowmodeLastMessage();
|
|
||||||
channel->setInviteLink(update.vexported_invite().match([&](
|
channel->setInviteLink(update.vexported_invite().match([&](
|
||||||
const MTPDchatInviteExported &data) {
|
const MTPDchatInviteExported &data) {
|
||||||
return qs(data.vlink());
|
return qs(data.vlink());
|
||||||
|
|
Loading…
Reference in New Issue