Skip to content

Commit

Permalink
Show info about size of ham and spam
Browse files Browse the repository at this point in the history
  • Loading branch information
peterarsentev committed Jun 4, 2024
1 parent 427b639 commit f871aed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/kotlin/pro/dionea/service/Receiver.kt
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,10 @@ class Receiver(
replyMessage.chatId.toString(),
targetMessage.messageId
))
execute(DeleteMessage(
replyMessage.chatId.toString(),
replyMessage.messageId
))
}

private fun isMessageWithImage(message: Message): Boolean {
Expand Down

0 comments on commit f871aed

Please sign in to comment.