Skip to content

Commit

Permalink
remove NewJID
Browse files Browse the repository at this point in the history
  • Loading branch information
sdfsdhgjkbmnmxc committed Apr 7, 2021
1 parent cb76984 commit 9c9001f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jid.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ type HasJid interface {

type JID string

func NewJID(val string) JID { return JID(val) }

func (jid JID) ChatType() ChatType {
switch {
case jid.IsDirect():
Expand Down

0 comments on commit 9c9001f

Please sign in to comment.