mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 08:05:58 +08:00
add rpc conversation
This commit is contained in:
@@ -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