Version 1.8.2: Fix build.

This commit is contained in:
John Preston 2019-08-20 14:28:40 +03:00
parent d1083a1fb4
commit 288c1130b9
1 changed files with 0 additions and 1 deletions

View File

@ -663,7 +663,6 @@ void ApplyChannelUpdate(
channel->growSlowmodeLastMessage(
next->v - channel->slowmodeSeconds());
}
channel->checkSlowmodeLastMessage();
channel->setInviteLink(update.vexported_invite().match([&](
const MTPDchatInviteExported &data) {
return qs(data.vlink());