event privacy issue
This commit is contained in:
parent
bd131433b6
commit
908da4589d
@ -148,10 +148,9 @@ function events_post(&$a) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Note: do not set `private` field for self-only events. It will
|
|
||||||
// keep even you from seeing them!
|
|
||||||
$str_contact_allow = '<' . $channel['channel_hash'] . '>';
|
$str_contact_allow = '<' . $channel['channel_hash'] . '>';
|
||||||
$str_group_allow = $str_contact_deny = $str_group_deny = '';
|
$str_group_allow = $str_contact_deny = $str_group_deny = '';
|
||||||
|
$private_event = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user