39 $userId = intval($viewParams[
'userId']);
40 $contentTypeId = $viewParams[
'typeId'];
41 $contentEntityId = intval($viewParams[
'entityId']);
45 || !in_array($contentTypeId, self::getContentTypeIdList())
46 || $contentEntityId <= 0
47 || !Loader::includeModule(
'im')
53 $subTagList = array();
54 if ($contentTypeId == self::CONTENT_TYPE_ID_COMMENT)
59 if (!empty($subTagList))
61 $CIMNotify = new \CIMNotify();
62 $CIMNotify->markNotifyReadBySubTag($subTagList);