Skip to content

Commit

Permalink
change views: add views by startMemberId
Browse files Browse the repository at this point in the history
  • Loading branch information
skywalker512 committed Jul 9, 2018
1 parent 80f4f84 commit a815f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/plugins/Views/plugin.php
Expand Up @@ -42,7 +42,7 @@ public function handler_conversationController_conversationIndexDefault($sender,
{
$sender->addCSSFile($this->resource("views.css"));

if ($conversation["startMemberId"] == ET::$session->userId) return;
//if ($conversation["startMemberId"] == ET::$session->userId) return;

$conversation["views"]++;

Expand Down

0 comments on commit a815f95

Please sign in to comment.