Skip to content

Commit 6f2b2fa

Browse files
committed
connector: send timestamps as stream order when constructing simplevents
1 parent 7cc1230 commit 6f2b2fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/connector/handlegchat.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ func (c *GChatClient) makeEventMeta(evt *proto.Event, typ bridgev2.RemoteEventTy
2626
},
2727
CreatePortal: typ == bridgev2.RemoteEventMessage,
2828
Timestamp: time.UnixMicro(ts),
29+
StreamOrder: ts,
2930
}
3031
}
3132

0 commit comments

Comments
 (0)