diff options
author | friendica <info@friendica.com> | 2013-09-17 20:50:09 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-17 20:50:09 -0700 |
commit | ff2ada207a7c90f095d1fad1513440eb08d3840a (patch) | |
tree | 75a0388384a44416c0e18cdb418b113ac5bbb8af /mod | |
parent | 7f4b865c2bbdf481fa94639518026d70a8bf9492 (diff) | |
download | volse-hubzilla-ff2ada207a7c90f095d1fad1513440eb08d3840a.tar.gz volse-hubzilla-ff2ada207a7c90f095d1fad1513440eb08d3840a.tar.bz2 volse-hubzilla-ff2ada207a7c90f095d1fad1513440eb08d3840a.zip |
Pieces we'll need to tie together chanman and account/channel deletion and directory sync. Please do not mess with any of this.
Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this. Please do not mess with any of this.
OK? Understood?
Diffstat (limited to 'mod')
-rw-r--r-- | mod/chanman.php | 2 | ||||
-rw-r--r-- | mod/zfinger.php | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/mod/chanman.php b/mod/chanman.php index 2657e7be9..7a89708d7 100644 --- a/mod/chanman.php +++ b/mod/chanman.php @@ -27,3 +27,5 @@ - Some of these actions should probably require email verification */ + + diff --git a/mod/zfinger.php b/mod/zfinger.php index 70e3bdca6..a06d9f4b5 100644 --- a/mod/zfinger.php +++ b/mod/zfinger.php @@ -179,7 +179,8 @@ function zfinger_init(&$a) { 'url' => $hub['hubloc_url'], 'url_sig' => $hub['hubloc_url_sig'], 'callback' => $hub['hubloc_callback'], - 'sitekey' => $hub['hubloc_sitekey'] + 'sitekey' => $hub['hubloc_sitekey'], + 'deleted' => (($hub['hubloc_flags'] & HUBLOC_FLAGS_DELETED) ? true : false) ); } } |