aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-29 16:30:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-29 16:30:00 -0700
commite3f605e242ed1bcb2da6a8ddf4bad1670583953a (patch)
tree59345c7227349c18ff882f83306f46713f8e2874 /include
parent03756c65fc1c5bebfc4009bca32b5f681b5c1b21 (diff)
downloadvolse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.tar.gz
volse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.tar.bz2
volse-hubzilla-e3f605e242ed1bcb2da6a8ddf4bad1670583953a.zip
PRIVACY: imported events
Diffstat (limited to 'include')
-rw-r--r--include/event.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/event.php b/include/event.php
index 784da0545..537121751 100644
--- a/include/event.php
+++ b/include/event.php
@@ -434,6 +434,7 @@ function event_import_ical($ical, $uid) {
$ev['uid'] = $channel['channel_id'];
$ev['account'] = $channel['channel_account_id'];
$ev['private'] = 1;
+ $ev['allow_cid'] = '<' . $channel['channel_hash'] . '>';
logger('storing event: ' . print_r($ev,true), LOGGER_ALL);
$event = event_store_event($ev);