allow jotnets to work with rpost
This commit is contained in:
parent
ee75efd951
commit
0f14dd30db
@ -115,7 +115,7 @@ function rpost_content(&$a) {
|
|||||||
'nickname' => $channel['channel_address'],
|
'nickname' => $channel['channel_address'],
|
||||||
'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid']
|
'lockstate' => (($channel['channel_allow_cid'] || $channel['channel_allow_gid']
|
||||||
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
|
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
|
||||||
'acl' => populate_acl($channel, $false),
|
'acl' => populate_acl($channel),
|
||||||
'bang' => '',
|
'bang' => '',
|
||||||
// 'channel_select' => true,
|
// 'channel_select' => true,
|
||||||
'visitor' => true,
|
'visitor' => true,
|
||||||
|
Reference in New Issue
Block a user