diff options
author | friendica <info@friendica.com> | 2014-09-13 16:00:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-09-13 16:00:09 -0700 |
commit | 0350b76d851977ccd6eed4278738346f0febbf96 (patch) | |
tree | 1e7201556aad613a5498ad8893e0d968f19897de /mod/post.php | |
parent | b1809f5f0c14f15cb3caf74229bb12e3d544c9f9 (diff) | |
download | volse-hubzilla-0350b76d851977ccd6eed4278738346f0febbf96.tar.gz volse-hubzilla-0350b76d851977ccd6eed4278738346f0febbf96.tar.bz2 volse-hubzilla-0350b76d851977ccd6eed4278738346f0febbf96.zip |
some backend work for the remaining missing bits of mod_hubman - this is still a fair ways from being complete and is not ready for prime time. Basically we'll let a channel send out a public message saying "these are my currently approved locations" and anything that isn't in the list will be marked deleted. We'll send out this message when locations change somehow - either through direct personal involvement (hub revoke, change primary, channel import) or during a system rename or "find bad/obsolete hublocs" activity. This way we won't have clones sending back location info we just got rid of and re-importing the bad entries.
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/post.php b/mod/post.php index 3b4f66baf..d62233ca1 100644 --- a/mod/post.php +++ b/mod/post.php @@ -415,8 +415,8 @@ function post_init(&$a) { * } *} * - * Currently defined message types are 'activity', 'mail', 'profile' and 'channel_sync', which each have - * different content schemas. + * Currently defined message types are 'activity', 'mail', 'profile', 'location' and 'channel_sync', + * which each have different content schemas. * * Ping packet: * A ping packet does not require any parameters except the type. It may or may not be encrypted. |