From 0002ddacd139cea9f7f2e116c0d093b11fa256a1 Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong(cubxxw)" <3293172751nss@gmail.com> Date: Thu, 28 Sep 2023 16:31:44 +0800 Subject: [PATCH] feat: add openim config --- config/config.yaml | 4 ++++ deployments/templates/openim.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/config/config.yaml b/config/config.yaml index 43287f45e..d2162d4b2 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -353,6 +353,10 @@ callback: enable: false timeout: 5 failedContinue: true + beforeUpdateUserInfo: + enable: false + timeout: 5 + failedContinue: true beforeCreateGroup: enable: false timeout: 5 diff --git a/deployments/templates/openim.yaml b/deployments/templates/openim.yaml index 5919f9f99..b029826a9 100644 --- a/deployments/templates/openim.yaml +++ b/deployments/templates/openim.yaml @@ -353,6 +353,10 @@ callback: enable: false timeout: 5 failedContinue: true + beforeUpdateUserInfo: + enable: false + timeout: 5 + failedContinue: true beforeCreateGroup: enable: false timeout: 5