Compare commits
6 Commits
v3.3.1
...
release-v3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cd5a506419 | ||
|
|
2bba4d01c4 | ||
|
|
74f8eda40a | ||
|
|
6803c5c8ed | ||
|
|
734f2a5116 | ||
|
|
1ecfbb6563 |
@@ -127,8 +127,8 @@ services:
|
||||
ipv4_address: ${MINIO_NETWORK_ADDRESS}
|
||||
|
||||
openim-web:
|
||||
# image: ghcr.io/openimsdk/openim-web:latest
|
||||
image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
|
||||
image: ghcr.io/openimsdk/openim-web:latest
|
||||
# image: registry.cn-hangzhou.aliyuncs.com/openimsdk/openim-web:latest
|
||||
# image: openim/openim-web:latest
|
||||
container_name: openim-web
|
||||
environment:
|
||||
|
||||
@@ -58,7 +58,7 @@ func (m MessageApi) newUserSendMsgReq(c *gin.Context, params *apistruct.SendMsg)
|
||||
options := make(map[string]bool, 5)
|
||||
switch params.ContentType {
|
||||
case constant.Text:
|
||||
newContent = params.Content["text"].(string)
|
||||
fallthrough
|
||||
case constant.Picture:
|
||||
fallthrough
|
||||
case constant.Custom:
|
||||
|
||||
Reference in New Issue
Block a user