This commit is contained in:
yuri
2019-04-02 12:04:14 +03:00
parent d544b1c264
commit a0f729cd8d
+1 -2
View File
@@ -165,8 +165,7 @@ class Pusher implements WampServerInterface
protected function isTopicAllowed($topicId)
{
list($category) = explode('.', $topicId);
return in_array($category, $this->categoryList);
return in_array($topicId, $this->categoryList);
}
protected function getConnectionIdListByUserId($userId)