[DB][MODULES][ActivityPub] Cleanup table definitions

This commit is contained in:
Hugo Sales
2020-08-22 18:14:36 +00:00
committed by Hugo Sales
parent 07178e6ffa
commit fefee324b4
7 changed files with 292 additions and 309 deletions

View File

@@ -58,7 +58,8 @@ class ActivityPub extends Module
{
const PLUGIN_VERSION = '0.4.0alpha0';
// So that this isn't hardcoded everywhere
const ACTIVITYPUB_PUBLIC_TO = ['https://www.w3.org/ns/activitystreams#Public',
const ACTIVITYPUB_PUBLIC_TO = [
'https://www.w3.org/ns/activitystreams#Public',
'Public',
'as:Public',
];