REQ-3345: 调整同步群聊天记录
This commit is contained in:
parent
0b2ec58437
commit
ed8a003dff
@ -41,7 +41,7 @@ class GroupBroadcaster {
|
||||
message.setGroup(BeanMapper.copyBean(effectiveGroup, GroupInfo.class));
|
||||
message.setMember(BeanMapper.copyBean(account, GroupMemberInfo.class));
|
||||
Event event = Event.builder()
|
||||
.targetId(String.format("%d:%d", group.getTid(), account.getPersonId()))
|
||||
.targetId(group.getTid() + "")
|
||||
.targetType(eventType.getModel())
|
||||
.eventCode(eventType.getEventCode())
|
||||
.shardingKey(group.getId() + "")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user