Skip to content

Commit

Permalink
[FEATURE#53902] proxy v1 methode
Browse files Browse the repository at this point in the history
  • Loading branch information
Leosten committed Jun 9, 2017
1 parent 41d08c9 commit 8082ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DumbMethodsProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function loadConversationMessages(Application $app, Request $req)

public function updateMessageMetas(Application $app, Request $req)
{
return $this->fireRequest($app, $req);
return $this->doProxyWithDatas($app, $req);
}

public function writeMessage(Application $app, Request $req)
Expand Down

0 comments on commit 8082ed4

Please sign in to comment.