Skip to content

Commit

Permalink
Handle appdata nodes as messages
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Aug 21, 2024
1 parent 66c6524 commit c9ed95d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ func NewClient(deviceStore *store.Device, log waLog.Logger) *Client {
}
cli.nodeHandlers = map[string]nodeHandler{
"message": cli.handleEncryptedMessage,
"appdata": cli.handleEncryptedMessage,
"receipt": cli.handleReceipt,
"call": cli.handleCallEvent,
"chatstate": cli.handleChatState,
Expand Down

0 comments on commit c9ed95d

Please sign in to comment.