Browse Source
Allow changelog-convo to be a read-only convo
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1616/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
lib/Room.php
|
|
|
@ -468,7 +468,7 @@ class Room { |
|
|
|
return true; |
|
|
|
} |
|
|
|
|
|
|
|
if (!in_array($this->getType(), [self::GROUP_CALL, self::PUBLIC_CALL], true)) { |
|
|
|
if (!in_array($this->getType(), [self::GROUP_CALL, self::PUBLIC_CALL, self::CHANGELOG_CONVERSATION], true)) { |
|
|
|
return false; |
|
|
|
} |
|
|
|
|
|
|
|
|