mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 23:16:03 +00:00
fix ws
This commit is contained in:
@@ -165,7 +165,9 @@ class Pusher implements WampServerInterface
|
||||
|
||||
protected function isTopicAllowed($topicId)
|
||||
{
|
||||
return in_array($topicId, $this->categoryList);
|
||||
list($category) = explode( '.', $topicId);
|
||||
|
||||
return in_array($topicId, $this->categoryList) || in_array($category, $this->categoryList);
|
||||
}
|
||||
|
||||
protected function getConnectionIdListByUserId($userId)
|
||||
|
||||
Reference in New Issue
Block a user