]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/RemoveUnusedContacts.php
Update src/Module/Magic.php
[friendica.git] / src / Worker / RemoveUnusedContacts.php
index 1cbb3775cd89e197b52f8ca3f6667f6643331ac9..4187ed00577b40b0c003705599832424bce55768 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -73,7 +73,7 @@ class RemoveUnusedContacts
                        DBA::delete('post', ['owner-id' => $contact['id']]);
                        DBA::delete('post', ['author-id' => $contact['id']]);
                        DBA::delete('post', ['causer-id' => $contact['id']]);
-                       
+
                        DBA::delete('post-thread', ['owner-id' => $contact['id']]);
                        DBA::delete('post-thread', ['author-id' => $contact['id']]);
                        DBA::delete('post-thread', ['causer-id' => $contact['id']]);