mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 22:14:02 +03:00
Add new stats metric
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ func (b *baseTelegram) dial(dc conntypes.DC,
|
||||
return nil, fmt.Errorf("cannot initialize tcp socket: %w", err)
|
||||
}
|
||||
|
||||
return wrappers.NewTelegramConn(conn), nil
|
||||
return wrappers.NewTelegramConn(dc, conn), nil
|
||||
}
|
||||
|
||||
func (b *baseTelegram) chooseAddress(addresses map[conntypes.DC][]string,
|
||||
|
||||
Reference in New Issue
Block a user