We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3818b78 commit 548dec3Copy full SHA for 548dec3
1 file changed
lib/private/Talk/Broker.php
@@ -96,6 +96,7 @@ public function deleteConversation(string $id): void {
96
$this->backend->deleteConversation($id);
97
}
98
99
+ #[\Override]
100
public function isAllowedToCreateConversations(): bool {
101
if (!$this->isEnabledForUser()) {
102
return false;
@@ -104,6 +105,7 @@ public function isAllowedToCreateConversations(): bool {
104
105
return $this->backend->isAllowedToCreateConversations();
106
107
108
109
public function isEnabledForUser(): bool {
110
if (!$this->hasBackend()) {
111
0 commit comments