mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +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))
|
||||
return;
|
||||
}
|
||||
unless (sizeof(wurst)) {
|
||||
P1(("%O received an empty structure.\n", ME))
|
||||
return;
|
||||
}
|
||||
if (wurst[0]["id"] <= lastid) {
|
||||
P1(("%O received %d old updates.\n", ME, sizeof(wurst)))
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user