allow feeds to be sourced
This commit is contained in:
parent
1102499c71
commit
d1dfddbe80
@ -221,7 +221,7 @@ function new_contact($uid,$url,$channel,$interactive = false, $confirm = false)
|
|||||||
intval($uid),
|
intval($uid),
|
||||||
dbesc($xchan_hash),
|
dbesc($xchan_hash),
|
||||||
intval(($is_http) ? ABOOK_FLAG_FEED : 0),
|
intval(($is_http) ? ABOOK_FLAG_FEED : 0),
|
||||||
intval($their_perms),
|
intval(($is_http) ? $their_perms|PERMS_R_STREAM|PERMS_A_REPUBLISH : $their_perms),
|
||||||
intval($my_perms),
|
intval($my_perms),
|
||||||
dbesc(datetime_convert()),
|
dbesc(datetime_convert()),
|
||||||
dbesc(datetime_convert())
|
dbesc(datetime_convert())
|
||||||
|
Reference in New Issue
Block a user