diff options
author | friendica <info@friendica.com> | 2015-01-10 13:05:04 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-10 13:05:04 -0800 |
commit | df0f67843ea1fb492091806168d556d5a0c540c6 (patch) | |
tree | ad2173743036e0e5ab349cf0a24e9c80edffa9b8 /boot.php | |
parent | 072dc6e820e9f6f1a561e62e4873187bf25f19e8 (diff) | |
parent | 8c4eb839f9cf224c920e5a0c45c22961cac62ce1 (diff) | |
download | volse-hubzilla-df0f67843ea1fb492091806168d556d5a0c540c6.tar.gz volse-hubzilla-df0f67843ea1fb492091806168d556d5a0c540c6.tar.bz2 volse-hubzilla-df0f67843ea1fb492091806168d556d5a0c540c6.zip |
Merge branch 'master' into trinidad
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -497,6 +497,7 @@ define ( 'ACTIVITY_FAVORITE', NAMESPACE_ACTIVITY_SCHEMA . 'favorite' ); define ( 'ACTIVITY_POKE', NAMESPACE_ZOT . '/activity/poke' ); define ( 'ACTIVITY_MOOD', NAMESPACE_ZOT . '/activity/mood' ); +define ( 'ACTIVITY_FILE', NAMESPACE_ZOT . '/activity/file' ); define ( 'ACTIVITY_OBJ_COMMENT', NAMESPACE_ACTIVITY_SCHEMA . 'comment' ); define ( 'ACTIVITY_OBJ_NOTE', NAMESPACE_ACTIVITY_SCHEMA . 'note' ); |