From debd43303e3639b5ff0c7a0f069e228444482ff1 Mon Sep 17 00:00:00 2001 From: AndrewZuo01 Date: Thu, 4 Jan 2024 12:14:08 +0800 Subject: [PATCH] fix updateUserInfoEx --- deployments/templates/openim.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 96d867e10..2ad35a974 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -320,6 +320,14 @@ callback: enable: ${CALLBACK_ENABLE} timeout: ${CALLBACK_TIMEOUT} failedContinue: ${CALLBACK_FAILED_CONTINUE} + beforeUpdateUserInfoEx: + enable: ${CALLBACK_ENABLE} + timeout: ${CALLBACK_TIMEOUT} + failedContinue: ${CALLBACK_FAILED_CONTINUE} + afterUpdateUserInfoEx: + enable: ${CALLBACK_ENABLE} + timeout: ${CALLBACK_TIMEOUT} + failedContinue: ${CALLBACK_FAILED_CONTINUE} afterSendSingleMsg: enable: ${CALLBACK_ENABLE} timeout: ${CALLBACK_TIMEOUT}