aboutsummaryrefslogtreecommitdiffstats
path: root/doc/dev-function-overview.md
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-28 20:58:59 -0800
committerfriendica <info@friendica.com>2015-01-28 20:58:59 -0800
commite157371c39121db472cbc45b59ac89d847788648 (patch)
tree6673eebe64ae63d369fd139bb0fbbecfa20012d3 /doc/dev-function-overview.md
parenta4960360669daa0a0c842427185ce1ada3b4ab97 (diff)
downloadvolse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.tar.gz
volse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.tar.bz2
volse-hubzilla-e157371c39121db472cbc45b59ac89d847788648.zip
remote_user => remote_channel
Diffstat (limited to 'doc/dev-function-overview.md')
-rw-r--r--doc/dev-function-overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/dev-function-overview.md b/doc/dev-function-overview.md
index fa2bbac00..e228268dd 100644
--- a/doc/dev-function-overview.md
+++ b/doc/dev-function-overview.md
@@ -11,7 +11,7 @@ Returns numeric account_id if authenticated or 0. It is possible to be authentic
Returns authenticated numeric channel_id if authenticated and connected to a channel or 0. Sometimes referred to as $uid in the code.
-* remote_user()
+* remote_channel()
Returns authenticated string hash of Red global identifier, if authenticated via remote auth, or an empty string.