provide the ability for rpost to post as another of your channels. This does not yet work, so the functionality has not been enabled.

This commit is contained in:
friendica
2014-04-05 02:32:07 -07:00
parent 32e71cf06b
commit 4901ef8faf
7 changed files with 68 additions and 19 deletions

View File

@@ -106,6 +106,7 @@ function rpost_content(&$a) {
|| $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 'lock' : 'unlock'),
'acl' => populate_acl($channel, $false),
'bang' => '',
// 'channel_select' => true,
'visitor' => 'block',
'profile_uid' => local_user(),
'title' => $_REQUEST['title'],