diff options
Diffstat (limited to 'handlers/user')
| -rw-r--r-- | handlers/user/invoices.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handlers/user/invoices.py b/handlers/user/invoices.py index 15785fb..328725b 100644 --- a/handlers/user/invoices.py +++ b/handlers/user/invoices.py | |||
| @@ -174,6 +174,7 @@ async def item( | |||
| 174 | await clb.message.edit_text( | 174 | await clb.message.edit_text( |
| 175 | text_template.format("\n".join(user_status)), | 175 | text_template.format("\n".join(user_status)), |
| 176 | reply_markup=reply_markup, | 176 | reply_markup=reply_markup, |
| 177 | disable_web_page_preview=True, | ||
| 177 | ) | 178 | ) |
| 178 | 179 | ||
| 179 | await clb.answer() | 180 | await clb.answer() |
