OpenIM Server Version
3.8.3
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
Below are the contents of the docker-compose.yaml and .env files.
openim-server:
environment:
.......
- IMENV_WEBHOOKS_AFTERSENDSINGLEMSG_ENABLE=${WEBHOOKS_AFTERSENDSINGLEMSG_ENABLE}
- IMENV_WEBHOOKS_AFTERSENDSINGLEMSG_TIMEOUT=${WEBHOOKS_AFTERSENDSINGLEMSG_TIMEOUT}
- IMENV_WEBHOOKS_AFTERSENDSINGLEMSG_ATTENTIONIDS=${WEBHOOKS_AFTERSENDSINGLEMSG_ATTENTIONIDS}
Below is the .env file:
WEBHOOKS_AFTERSENDSINGLEMSG_ATTENTIONIDS=["10000","10001","19997"]
If the IMENV_WEBHOOKS_AFTERSENDSINGLEMSG_ATTENTIONIDS line is commented out, the callback interface operates correctly without issues.
And at LOG_LEVEL=6, there are no related error messages.
Screenshots Link
No response