Trying to clean up a little bit more (#5517)
* "post-type" replaces "bookmark" and "type" * The permission set is now removed upon expiry * Post update now stores the permission set * We don't store the permissions in the item table anymore * Postupdate now handles "postopts" as well * "post-type" replaces "bookmark" and "type" * "post-type" replaces "bookmark" and "type" * "post-type" replaces "bookmark" and "type" * The permission set is now removed upon expiry * The permission set is now removed upon expiry * We don't store the permissions in the item table anymore * Postupdate now handles "postopts" as well * Multiplicated update functions * And some more duplicated functions ... * Removed duplicate functions
This commit is contained in:
committed by
Hypolite Petovan
parent
91db91d315
commit
489d3daa94
@@ -8,6 +8,7 @@ use Friendica\Core\Config;
|
||||
use Friendica\Model\Contact;
|
||||
use Friendica\Model\Item;
|
||||
use Friendica\Model\PermissionSet;
|
||||
use Friendica\Database\DBA;
|
||||
|
||||
require_once 'include/dba.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user