aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-04-17 07:36:49 +0000
committerMario <mario@mariovavti.com>2024-04-17 07:36:49 +0000
commit1ca91c49aaa8565f9d97e2e354fa6851179ca4d8 (patch)
tree044c6363262f0040263acded71d941104eea384d
parent7de629a8c325a02a62e43b3ad357feaac844564a (diff)
downloadvolse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.tar.gz
volse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.tar.bz2
volse-hubzilla-1ca91c49aaa8565f9d97e2e354fa6851179ca4d8.zip
add some docu
-rw-r--r--include/connections.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/connections.php b/include/connections.php
index e5cc90411..efc531171 100644
--- a/include/connections.php
+++ b/include/connections.php
@@ -68,6 +68,14 @@ function rconnect_url($channel_id,$xchan) {
}
+/**
+ * @brief returns deliverable xchans for a channel.
+ *
+ * @param intval $channel_id
+ * @param array $filter (optional)
+ * @param boolean $flatten (optional)
+ */
+
function deliverable_abook_xchans($channel_id, $filter = [], $flatten = true) {
$filter_sql = '';