mirror of
https://github.com/ChronosX88/psyced.git
synced 2025-01-07 08:41:48 +00:00
+
This commit is contained in:
parent
70421c466e
commit
3fcd56a1a1
@ -31,6 +31,10 @@ parse(string body, mapping headers) {
|
|||||||
P1(("%O failed to parse its timeline.\n", ME))
|
P1(("%O failed to parse its timeline.\n", ME))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
unless (sizeof(wurst)) {
|
||||||
|
P1(("%O received an empty structure.\n", ME))
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (wurst[0]["id"] <= lastid) {
|
if (wurst[0]["id"] <= lastid) {
|
||||||
P1(("%O received %d old updates.\n", ME, sizeof(wurst)))
|
P1(("%O received %d old updates.\n", ME, sizeof(wurst)))
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user