Hello

I have these two frequent errors that show up every 10 seconds or so in my Friendica log.

Uncaught Exception TypeError: "Argument 1 passed to Friendica\Worker\Contact\RevokeFollow::execute() must be of the type int, null given" at /var/www/friendica/src/Worker/Contact/RevokeFollow.php line 39

Uncaught Exception TypeError: "Argument 1 passed to Friendica\Worker\Contact\Unfollow::execute() must be of the type int, null given" at /var/www/friendica/src/Worker/Contact/Unfollow.php line 40

What’s going on there? Is this a DB related problem or PHP related that should be submitted as a fatal errors issue?