Issue 13859: Posts to a group in "Vier" is now possible (#13864)

This commit is contained in:
Michael Vogel 2024-01-31 19:09:57 +01:00 committed by GitHub
parent fef14d96c7
commit 665316c14d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 8 deletions

View file

@ -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);