We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703890e commit ccc81dfCopy full SHA for ccc81df
1 file changed
pkg/utils/telegram.go
@@ -48,7 +48,7 @@ func (t telegram) ParseMessageLink(ctx context.Context, manager *peers.Manager,
48
case 4:
49
// https://t.me/c/1492447836/251015/251021
50
51
- if paths[0]!="c" {
+ if paths[0] != "c" {
52
return nil, 0, fmt.Errorf("invalid message link")
53
}
54
0 commit comments