Add some API docs for the observer file

This commit is contained in:
Harald Eilertsen
2025-05-09 15:12:50 +02:00
parent e70870ce4e
commit 8141ef9511

View File

@@ -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.
*/
/**