zap.S().Infow("Use direct connection to Telegram")
server=proxy.NewProxyDirect(conf)
}else{
zap.S().Infow("Use middle proxy connection to Telegram")
server=proxy.NewProxyMiddle(conf)
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.