Compare commits
11 Commits
release-v3
...
v3.3.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7aad1eb8df | ||
|
|
e334bfdf75 | ||
|
|
82f741c73b | ||
|
|
73733caf48 | ||
|
|
ad8b5b484b | ||
|
|
56144ed76d | ||
|
|
4ecb2f81bc | ||
|
|
10a0bd09e3 | ||
|
|
2628874a26 | ||
|
|
72e5c4a0bf | ||
|
|
f3939793ab |
@@ -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:
|
||||
fallthrough
|
||||
newContent = params.Content["text"].(string)
|
||||
case constant.Picture:
|
||||
fallthrough
|
||||
case constant.Custom:
|
||||
|
||||
Reference in New Issue
Block a user