mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Allow an hour of time difference with offline messages
This commit is contained in:
@@ -1851,7 +1851,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
// If message is too old, return
|
||||
if (DateTime.UtcNow.Subtract(lastMessage.Timestamp).TotalMinutes > 1) {
|
||||
if (DateTime.UtcNow.Subtract(lastMessage.Timestamp).TotalHours > 1) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user