diff options
Diffstat (limited to 'vendor/go.mau.fi/whatsmeow/client.go')
-rw-r--r-- | vendor/go.mau.fi/whatsmeow/client.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/go.mau.fi/whatsmeow/client.go b/vendor/go.mau.fi/whatsmeow/client.go index 75054cea..2190e138 100644 --- a/vendor/go.mau.fi/whatsmeow/client.go +++ b/vendor/go.mau.fi/whatsmeow/client.go @@ -488,6 +488,7 @@ func (cli *Client) handlerQueueLoop(ctx context.Context) { } } } + func (cli *Client) sendNode(node waBinary.Node) error { cli.socketLock.RLock() sock := cli.socket |