Skip to content

Commit

Permalink
fix(bounty loan): Removed delete button from confirmed loan message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickelza committed Nov 5, 2023
1 parent 4de503d commit c348c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chat/group/screens/screen_bounty_loan.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,4 @@ async def keyboard_interaction(update: Update, context: ContextTypes.DEFAULT_TYP

# Send message
ot_text = get_text(loan, tax_amount, total_amount)
await full_message_send(context, ot_text, update=update, add_delete_button=True, authorized_users=[loaner, user])
await full_message_send(context, ot_text, update=update)

0 comments on commit c348c68

Please sign in to comment.