mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-13 05:25:59 +08:00
add rpc conversation
This commit is contained in:
committed by
Xinwei Xiong(cubxxw-openim)
parent
f16b7d694b
commit
5572f90319
@@ -20,6 +20,7 @@ service_filename=(
|
||||
${msg_name}
|
||||
open_im_office
|
||||
open_im_organization
|
||||
open_im_conversation
|
||||
)
|
||||
|
||||
#service config port name
|
||||
@@ -38,6 +39,7 @@ service_port_name=(
|
||||
openImOfflineMessagePort
|
||||
openImOfficePort
|
||||
openImOrganizationPort
|
||||
openImConversationPort
|
||||
)
|
||||
|
||||
for ((i = 0; i < ${#service_filename[*]}; i++)); do
|
||||
|
||||
Reference in New Issue
Block a user