chore: cherry pick github pr 1054
This commit is contained in:
parent
c94938ee46
commit
4550cae2b1
|
|
@ -615,7 +615,7 @@ impl CollabGroup {
|
||||||
if ack_response.is_none() {
|
if ack_response.is_none() {
|
||||||
ack_response = Some(
|
ack_response = Some(
|
||||||
CollabAck::new(
|
CollabAck::new(
|
||||||
message_origin.clone(),
|
CollabOrigin::Server,
|
||||||
state.object_id.to_string(),
|
state.object_id.to_string(),
|
||||||
msg_id,
|
msg_id,
|
||||||
state.seq_no.load(Ordering::SeqCst),
|
state.seq_no.load(Ordering::SeqCst),
|
||||||
|
|
@ -639,7 +639,7 @@ impl CollabGroup {
|
||||||
|
|
||||||
ack_response = Some(
|
ack_response = Some(
|
||||||
CollabAck::new(
|
CollabAck::new(
|
||||||
message_origin.clone(),
|
CollabOrigin::Server,
|
||||||
state.object_id.to_string(),
|
state.object_id.to_string(),
|
||||||
msg_id,
|
msg_id,
|
||||||
state.seq_no.load(Ordering::SeqCst),
|
state.seq_no.load(Ordering::SeqCst),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue