Receive Updates for Media with destruction timer

This commit is contained in:
Jannik 2020-11-19 17:18:49 +01:00 committed by GitHub
parent 394d0f1c44
commit d9b1d58b66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8603,9 +8603,9 @@ bool Client::need_skip_update_message(int64 chat_id, const object_ptr<td_api::me
}
}
if (message->ttl_ > 0) {
return true;
}
//if (message->ttl_ > 0) {
// return true;
//}
switch (message->content_->get_id()) {
case td_api::messagePhoto::ID: {