diff options
author | friendica <info@friendica.com> | 2015-01-14 14:46:01 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-14 14:46:01 -0800 |
commit | 7a24943c3437fbd78948121c54b9a94a26bd8996 (patch) | |
tree | 44c006bb255499df792a3fdaffb53e429a738585 /boot.php | |
parent | 25e090148d456bab057c456f1446301a6ffe56f4 (diff) | |
download | volse-hubzilla-7a24943c3437fbd78948121c54b9a94a26bd8996.tar.gz volse-hubzilla-7a24943c3437fbd78948121c54b9a94a26bd8996.tar.bz2 volse-hubzilla-7a24943c3437fbd78948121c54b9a94a26bd8996.zip |
some back-end code to support location activity objects. Work in progress.
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -514,6 +514,7 @@ define ( 'ACTIVITY_OBJ_GROUP', NAMESPACE_ACTIVITY_SCHEMA . 'group' ); define ( 'ACTIVITY_OBJ_TAGTERM', NAMESPACE_ZOT . '/activity/tagterm' ); define ( 'ACTIVITY_OBJ_PROFILE', NAMESPACE_ZOT . '/activity/profile' ); define ( 'ACTIVITY_OBJ_THING', NAMESPACE_ZOT . '/activity/thing' ); +define ( 'ACTIVITY_OBJ_LOCATION',NAMESPACE_ZOT . '/activity/location' ); /** * item weight for query ordering |