Add 1s grace time for processing to sorry I'm late message
continuous-integration/laminar-elessar Build 39 succeeded in 1 minute 14 seconds . Details

This commit is contained in:
Starbeamrainbowlabs 2019-03-31 12:14:15 +01:00
parent ef8c90b4ad
commit 3d4af3eb2f
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ namespace RhinoReminds
Jid targetJid = nextReminder.Jid; // Apparently nextReminder is null after the sendAndDeleteReminder() call - very odd!
sendAndDeleteReminder(nextReminder);
if (nextWaitingTime.TotalMilliseconds < 0) {
if (nextWaitingTime.TotalMilliseconds < -1) {
client.SendChatMessage(
targetJid,
"(Sorry I'm late reminding you! I might not have been running at the time, " +