[FIX] mail_gateway_telegram: Description has been deprecated

pull/1394/head
Enric Tobella 2024-06-13 00:22:49 +02:00
parent ea356df392
commit 9471bd53df
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class MailGatewayTelegramService(models.AbstractModel):
for name in [
update.message.chat.first_name or False,
update.message.chat.last_name or False,
update.message.chat.description or False,
update.message.chat.title or False,
]:
if name: