Skip to content

Commit

Permalink
adds makedeviceentitynode method to internals
Browse files Browse the repository at this point in the history
  • Loading branch information
gerhardberger committed Nov 12, 2023
1 parent f4e4278 commit 327bb58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions internals.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,7 @@ func (int *DangerousInternalClient) GetOwnID() types.JID {
func (int *DangerousInternalClient) DecryptDM(child *waBinary.Node, from types.JID, isPreKey bool) ([]byte, error) {
return int.c.decryptDM(child, from, isPreKey)
}

func (int *DangerousInternalClient) MakeDeviceIdentityNode() waBinary.Node {
return int.c.makeDeviceIdentityNode()
}

0 comments on commit 327bb58

Please sign in to comment.