]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/ExpirePosts.php
New table "post-counts" to precalculate the counts
[friendica.git] / src / Worker / ExpirePosts.php
index a2ef33f330e74a4397e1e16f027878074545a233..2ca9e4f4e8d24d529b69e4c21e5566915faf5e40 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
  *
@@ -52,7 +52,7 @@ class ExpirePosts
                        self::addMissingEntries();
                }
 
-               // Set the expiry for origin posta
+               // Set the expiry for origin posts
                Worker::add(Worker::PRIORITY_LOW, 'Expire');
 
                // update nodeinfo data after everything is cleaned up