Skip to content

Commit

Permalink
Merge pull request #1521 from dpominov/public_deeplink_pkg
Browse files Browse the repository at this point in the history
refactor(deeplink): making the deeplink package public
  • Loading branch information
ernado authored Feb 13, 2025
2 parents 91284ec + 18aa374 commit 768d646
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion telegram/message/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/go-faster/errors"

"github.com/gotd/td/telegram/internal/deeplink"
"github.com/gotd/td/telegram/deeplink"
"github.com/gotd/td/telegram/message/peer"
"github.com/gotd/td/tg"
"github.com/gotd/td/tgerr"
Expand Down
2 changes: 1 addition & 1 deletion telegram/message/peer/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/go-faster/errors"

"github.com/gotd/td/ascii"
"github.com/gotd/td/telegram/internal/deeplink"
"github.com/gotd/td/telegram/deeplink"
"github.com/gotd/td/tg"
)

Expand Down
2 changes: 1 addition & 1 deletion telegram/peers/join.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/go-faster/errors"

"github.com/gotd/td/telegram/internal/deeplink"
"github.com/gotd/td/telegram/deeplink"
"github.com/gotd/td/tg"
)

Expand Down
2 changes: 1 addition & 1 deletion telegram/peers/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/go-faster/errors"

"github.com/gotd/td/ascii"
"github.com/gotd/td/telegram/internal/deeplink"
"github.com/gotd/td/telegram/deeplink"
"github.com/gotd/td/tg"
)

Expand Down

0 comments on commit 768d646

Please sign in to comment.