mirror of
https://github.com/friendica/friendica
synced 2025-04-24 23:10:11 +00:00
Issue 13859: Posts to a group in "Vier" is now possible (#13864)
This commit is contained in:
parent
fef14d96c7
commit
665316c14d
3 changed files with 10 additions and 8 deletions
|
@ -162,8 +162,6 @@ class Network extends Timeline
|
|||
|
||||
Nav::setSelected($this->args->get(0));
|
||||
|
||||
$content = '';
|
||||
|
||||
$default_permissions = [];
|
||||
if ($this->circleId) {
|
||||
$default_permissions['allow_gid'] = [$this->circleId];
|
||||
|
@ -195,7 +193,7 @@ class Network extends Timeline
|
|||
'lockstate' => $this->circleId || $this->network || ACL::getLockstateForUserId($this->session->getLocalUserId()) ? 'lock' : 'unlock',
|
||||
'acl' => ACL::getFullSelectorHTML($this->page, $this->session->getLocalUserId(), true, $default_permissions),
|
||||
'bang' => (($this->circleId || $this->network) ? '!' : ''),
|
||||
'content' => $content,
|
||||
'content' => '',
|
||||
];
|
||||
|
||||
$o .= $this->conversation->statusEditor($x);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue