allow jotnets to work with rpost

This commit is contained in:
friendica 2014-07-23 21:17:40 -07:00
parent ee75efd951
commit 0f14dd30db

View File

@ -115,7 +115,7 @@ function rpost_content(&$a) {
'nickname' => $channel['channel_address'],
'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid']
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
'acl' => populate_acl($channel, $false),
'acl' => populate_acl($channel),
'bang' => '',
// 'channel_select' => true,
'visitor' => true,