aboutsummaryrefslogtreecommitdiffstats
path: root/mod/dfrn_notify.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
committerFriendika <info@friendika.com>2011-04-10 18:38:55 -0700
commit940d216395406744f23fe4144f2a503688624b45 (patch)
treee96cb4ea1eee0ad7b6b8412fcbcf86116b40a43b /mod/dfrn_notify.php
parent12bc4a44cf051dda665fc4fa43624c47484b1864 (diff)
downloadvolse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.gz
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.tar.bz2
volse-hubzilla-940d216395406744f23fe4144f2a503688624b45.zip
initial dfrn update to pass perms
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r--mod/dfrn_notify.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php
index cd67df1d7..dd6866b38 100644
--- a/mod/dfrn_notify.php
+++ b/mod/dfrn_notify.php
@@ -10,6 +10,12 @@ function dfrn_notify_post(&$a) {
$data = ((x($_POST,'data')) ? $_POST['data'] : '');
$key = ((x($_POST,'key')) ? $_POST['key'] : '');
$dissolve = ((x($_POST,'dissolve')) ? intval($_POST['dissolve']) : 0);
+ $perm = ((x($_POST,'perm')) ? notags(trim($_POST['perm'])) : 'r');
+
+ $writable = (-1);
+ if($dfrn_version >= 2.21) {
+ $writable = (($perm === 'rw') ? 1 : 0);
+ }
$direction = (-1);
if(strpos($dfrn_id,':') == 1) {