diff options
-rw-r--r-- | include/observer.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/observer.php b/include/observer.php index 98c5002f7..4483e1d8b 100644 --- a/include/observer.php +++ b/include/observer.php @@ -6,6 +6,14 @@ * SPDX-FileContributor: Harald Eilertsen <haraldei@anduin.net> * * SPDX-License-Identifier: MIT + * + * The _observer_ in Hubzilla is the channel visiting the site in the current + * session. This could be a local channel, or a remote channel logged in via + * OpenWebAuth. + * + * If the observer is not set, or empty, this indicates an unauthenticated + * visitor, which may mean a visitor from another site that don't support, or + * has not enabled OpenWebAuth. */ /** |