Skip to content
Snippets Groups Projects
Verified Commit e20d0ead authored by Adrian Paschkowski's avatar Adrian Paschkowski :thinking:
Browse files

Fix Telegram delete button not clearing cache

parent 3d6c5c7a
No related branches found
No related tags found
No related merge requests found
......@@ -195,6 +195,7 @@ export class TelegramService implements OnModuleInit {
}
async deleteButton(ctx: TelegrafContext) {
this.entries.delete(ctx.from.id);
await ctx.deleteMessage();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment