diff options
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/post.php b/mod/post.php index 2a5e819a2..4c52de44a 100644 --- a/mod/post.php +++ b/mod/post.php @@ -705,6 +705,7 @@ function post_post(&$a) { // this field and we have to still mark them valid, since we can't tell // if this hubloc has the same sitekey as the packet we received. + // Update our DB to show when we last communicated successfully with this hub // This will allow us to prune dead hubs from using up resources @@ -735,6 +736,7 @@ function post_post(&$a) { $connecting_url = $hub['hubloc_url']; } + /** @TODO check which hub is primary and take action if mismatched */ if (array_key_exists('recipients', $data)) |