aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-01 20:04:24 +0000
committerMario <mario@mariovavti.com>2024-01-01 20:04:24 +0000
commit2590e3c99be36f806fe25dd6db0504e853669fde (patch)
tree942a56c100b156beb091ac2f38206749e7dd413f /boot.php
parent62db8c3969f783897ff2de1bf3250057c37eb422 (diff)
downloadvolse-hubzilla-2590e3c99be36f806fe25dd6db0504e853669fde.tar.gz
volse-hubzilla-2590e3c99be36f806fe25dd6db0504e853669fde.tar.bz2
volse-hubzilla-2590e3c99be36f806fe25dd6db0504e853669fde.zip
reveal repeat
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 50c880113..db4e0ea87 100644
--- a/boot.php
+++ b/boot.php
@@ -517,7 +517,8 @@ define('ACTIVITY_JOIN', NAMESPACE_ACTIVITY_SCHEMA . 'join');
define('ACTIVITY_POST', NAMESPACE_ACTIVITY_SCHEMA . 'post');
define('ACTIVITY_UPDATE', NAMESPACE_ACTIVITY_SCHEMA . 'update');
define('ACTIVITY_TAG', NAMESPACE_ACTIVITY_SCHEMA . 'tag');
-define('ACTIVITY_SHARE', NAMESPACE_ACTIVITY_SCHEMA . 'share');
+define('ACTIVITY_SHARE', 'Announce');
+//define('ACTIVITY_SHARE', NAMESPACE_ACTIVITY_SCHEMA . 'share');
define('ACTIVITY_FAVORITE', NAMESPACE_ACTIVITY_SCHEMA . 'favorite');
define('ACTIVITY_CREATE', NAMESPACE_ACTIVITY_SCHEMA . 'create');
define('ACTIVITY_DELETE', NAMESPACE_ACTIVITY_SCHEMA . 'delete');