Skip to content

Commit

Permalink
透传消息需要带上时间戳
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Oct 30, 2024
1 parent 462423a commit 78e6efc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ private void publishTransparentMessage2Receivers(long messageHead, Collection<St
WFCMessage.Message message = m_messagesStore.getMessage(messageHead);

if (message != null) {
message = message.toBuilder().setMessageId(0).setServerTimestamp(0).build();
message = message.toBuilder().setMessageId(0).build();
for (String user : receivers) {
Collection<Session> sessions = m_sessionsStore.sessionForUser(user);

Expand Down

0 comments on commit 78e6efc

Please sign in to comment.