Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wecloud_im_server
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hewei
wecloud_im_server
Commits
20f3182e
Commit
20f3182e
authored
Mar 18, 2022
by
Future
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
日志补充
parent
9a15f298
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
core/src/main/java/com/wecloud/im/service/impl/ImConversationServiceImpl.java
+1
-0
core/src/main/java/com/wecloud/im/vo/ConversationVo.java
+2
-1
core/src/main/java/com/wecloud/im/ws/manager/ChannelManager.java
+0
-2
No files found.
core/src/main/java/com/wecloud/im/service/impl/ImConversationServiceImpl.java
View file @
20f3182e
...
...
@@ -1114,6 +1114,7 @@ public class ImConversationServiceImpl extends BaseServiceImpl<ImConversationMap
myImConversationListAndMsgCountNew
.
add
(
myconversationlistvo
);
}
log
.
info
(
"{} 查询加入的会话列表结果 {}"
,
currentClient
.
getClientId
(),
JSON
.
toJSONString
(
myImConversationListAndMsgCountNew
));
return
myImConversationListAndMsgCountNew
;
}
catch
(
Exception
e
)
{
log
.
info
(
"查询所有会话异常 "
,
e
);
...
...
core/src/main/java/com/wecloud/im/vo/ConversationVo.java
View file @
20f3182e
...
...
@@ -22,7 +22,8 @@ import java.util.HashMap;
@Accessors
(
chain
=
true
)
@ApiModel
(
value
=
"MyConversationListVo"
)
public
class
ConversationVo
implements
Serializable
{
private
static
final
long
serialVersionUID
=
1L
;
private
static
final
long
serialVersionUID
=
-
4330507756623541941L
;
@ApiModelProperty
(
"会话id"
)
private
Long
id
;
...
...
core/src/main/java/com/wecloud/im/ws/manager/ChannelManager.java
View file @
20f3182e
package
com
.
wecloud
.
im
.
ws
.
manager
;
import
com.wecloud.im.entity.ImApplication
;
import
com.wecloud.im.entity.ImClient
;
import
com.wecloud.im.ws.cache.UserStateListener
;
import
com.wecloud.im.ws.model.ClientInfo
;
import
com.wecloud.im.ws.utils.RedisUtils
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment