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:
JustArchi
2016-07-03 05:57:33 +02:00
parent dcda639cb1
commit 0f3b7becdf

View File

@@ -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();