Skip to content

Commit

Permalink
fix: Fixed hsm/template message is not flagging chat as unread
Browse files Browse the repository at this point in the history
  • Loading branch information
edgardmessias committed Jan 13, 2023
1 parent 55db3c3 commit 3b9a84b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chat/patch.ts
Expand Up @@ -73,6 +73,7 @@ function applyPatch() {

switch (msg.type) {
case 'buttons_response':
case 'hsm':
case 'list':
case 'list_response':
case 'template_button_reply':
Expand Down

0 comments on commit 3b9a84b

Please sign in to comment.