Skip to content

Commit 04be349

Browse files
committed
feat(engine): _messageUpdate hook
1 parent deb95f9 commit 04be349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LeanCloud/Engine/LeanEngine.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ private function __dispatch($method, $url) {
427427
private function dispatchFunc($funcName, $body, $decodeObj=false) {
428428
// verify hook sign for RTM hooks
429429
if (in_array($funcName, array(
430-
'_messageReceived', '_receiversOffline', '_messageSent',
430+
'_messageReceived', '_receiversOffline', '_messageSent', '_messageUpdate',
431431
'_conversationStart', '_conversationStarted',
432432
'_conversationAdd', '_conversationAdded', '_conversationRemove', '_conversationRemoved', '_conversationUpdate',
433433
'_clientOnline', '_clientOffline', '_rtmClientSign'

0 commit comments

Comments
 (0)