Add 1s grace time for processing to sorry I'm late message
All checks were successful
continuous-integration/laminar-elessar Build 39 succeeded in 1 minute 14 seconds .
All checks were successful
continuous-integration/laminar-elessar Build 39 succeeded in 1 minute 14 seconds .
This commit is contained in:
parent
ef8c90b4ad
commit
3d4af3eb2f
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ namespace RhinoReminds
|
||||||
Jid targetJid = nextReminder.Jid; // Apparently nextReminder is null after the sendAndDeleteReminder() call - very odd!
|
Jid targetJid = nextReminder.Jid; // Apparently nextReminder is null after the sendAndDeleteReminder() call - very odd!
|
||||||
sendAndDeleteReminder(nextReminder);
|
sendAndDeleteReminder(nextReminder);
|
||||||
|
|
||||||
if (nextWaitingTime.TotalMilliseconds < 0) {
|
if (nextWaitingTime.TotalMilliseconds < -1) {
|
||||||
client.SendChatMessage(
|
client.SendChatMessage(
|
||||||
targetJid,
|
targetJid,
|
||||||
"(Sorry I'm late reminding you! I might not have been running at the time, " +
|
"(Sorry I'm late reminding you! I might not have been running at the time, " +
|
||||||
|
|
Loading…
Reference in a new issue