]> git.mxchange.org Git - friendica.git/commit
fix for probe loop in case that network of contact has changed
authorS. Brusch <ne20002@gmx.ch>
Sun, 14 May 2023 13:38:47 +0000 (15:38 +0200)
committerS. Brusch <ne20002@gmx.ch>
Sun, 14 May 2023 13:38:47 +0000 (15:38 +0200)
commit084cd955a232c9592e80265a342cc31fc6699e28
tree715c26e364c4f427e4e3e42be59812579417985c
parentd272cecd55dcf58fa3433a857e4ebd1a31fb448f
fix for probe loop in case that network of contact has changed

This fixes a loop of probes / contact updates where the network has been apup and for whatever
reason is now feed. In this case the contact hasn't been updated and rescheduled with next_update as null resulting
in a huge number of queries.

The call to hasLocalData has been moved a bit up as it checks for values that otherwise would be emptied befare the call.

Fixes #13037
src/Model/Contact.php