Skip to content

Commit

Permalink
fix(messenger): remove flaky typing off event (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentlp committed Mar 22, 2022
1 parent ff4d74d commit 80549c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/channels/src/messenger/senders/typing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ export class MessengerTypingSender extends TypingSender {
async sendIndicator(context: MessengerContext) {
await context.stream.sendAction(context.scope, context, 'typing_on')
}

async stopIndicator(context: MessengerContext) {
await context.stream.sendAction(context.scope, context, 'typing_off')
}
}

0 comments on commit 80549c7

Please sign in to comment.