]> git.mxchange.org Git - friendica.git/commitdiff
Fix for post update (#5513)
authorMichael Vogel <icarus@dabo.de>
Sat, 28 Jul 2018 17:12:35 +0000 (19:12 +0200)
committerHypolite Petovan <mrpetovan@eml.cc>
Sat, 28 Jul 2018 17:12:35 +0000 (13:12 -0400)
* "post-type" replaces "bookmark" and "type"

* Removed some more type

* Added index to permission set

* The permission set is now stored

* The permission set is now removed upon expiry

* Post update now stores the permission set

* New file

* Permissions are now sorted

* The permission set is now used for item permissions

* Check for allow_cid, ... is superfluous. Checking for "private" is enough

* We query the permissionset

* Permissions are displayed correctly

* Changed index

* We don't store the permissions in the item table anymore

* Permission fields are now deprecated

* Reversed ...

* Postupdate now handles "postopts" as well

* Set deprecated fields to "null" if empty

* Postupdates are enabled again

* Fix for post update

src/Worker/CronJobs.php

index c54e74e38ecdb8ff7223bc1bfec0d2f2f5d2d273..4648c1b4f9de9046883baf52128f25c2e108057e 100644 (file)
@@ -15,6 +15,7 @@ use Friendica\Model\Photo;
 use Friendica\Model\User;
 use Friendica\Network\Probe;
 use Friendica\Protocol\PortableContact;
+use Friendica\Database\PostUpdate;
 
 require_once 'include/dba.php';
 require_once 'mod/nodeinfo.php';