chore: cherry pick github pr 1054

This commit is contained in:
Bartosz Sypytkowski 2024-12-27 10:07:01 +01:00
parent c94938ee46
commit 4550cae2b1
1 changed files with 2 additions and 2 deletions

View File

@ -615,7 +615,7 @@ impl CollabGroup {
if ack_response.is_none() {
ack_response = Some(
CollabAck::new(
message_origin.clone(),
CollabOrigin::Server,
state.object_id.to_string(),
msg_id,
state.seq_no.load(Ordering::SeqCst),
@ -639,7 +639,7 @@ impl CollabGroup {
ack_response = Some(
CollabAck::new(
message_origin.clone(),
CollabOrigin::Server,
state.object_id.to_string(),
msg_id,
state.seq_no.load(Ordering::SeqCst),