diff options
author | Mario Vavti <mario@mariovavti.com> | 2023-04-27 11:00:43 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2023-04-27 11:00:43 +0200 |
commit | e6ec87f910edf1f56871512738da3d8631599864 (patch) | |
tree | 093f47c45662bea633e33e66713d8ab6a60ce83d /Zotlabs/Lib | |
parent | f72fb974a9274f2075c7e0b8db9eee2fdc5d81e6 (diff) | |
download | volse-hubzilla-e6ec87f910edf1f56871512738da3d8631599864.tar.gz volse-hubzilla-e6ec87f910edf1f56871512738da3d8631599864.tar.bz2 volse-hubzilla-e6ec87f910edf1f56871512738da3d8631599864.zip |
update doco and fix safemode
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Libzotdir.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php index 2c33b6a27..d3772f2dc 100644 --- a/Zotlabs/Lib/Libzotdir.php +++ b/Zotlabs/Lib/Libzotdir.php @@ -172,13 +172,12 @@ class Libzotdir { } /** - * @brief Checks the directory mode of this hub. + * @brief fetches updates from known directories * * Checks the directory mode of this hub to see if it is some form of directory server. If it is, * get the directory realm of this hub. Fetch a list of all other directory servers in this realm and request - * a directory sync packet. This will contain both directory updates and new ratings. Store these all in the DB. - * In the case of updates, we will query each of them asynchronously from a poller task. Ratings are stored - * directly if the rater's signature matches. + * a directory sync packet. Store these all in the DB. + * In the case of updates, we will query each of them asynchronously from a poller task. * * @param int $dirmode; */ |