mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Statistics: Don't join group chat anymore
It was really cool in first ASF days, when it actually made sense. Once we reached 1k+ active accounts, it doesn't make sense anymore as group chat has 1k limit anyway.
This commit is contained in:
@@ -1859,10 +1859,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
if (Program.GlobalConfig.Statistics) {
|
||||
Task.Run(async () => {
|
||||
await ArchiWebHandler.JoinGroup(ArchiSCFarmGroup).ConfigureAwait(false);
|
||||
SteamFriends.JoinChat(ArchiSCFarmGroup);
|
||||
}).Forget();
|
||||
ArchiWebHandler.JoinGroup(ArchiSCFarmGroup).Forget();
|
||||
}
|
||||
|
||||
Trading.CheckTrades().Forget();
|
||||
|
||||
Reference in New Issue
Block a user