mirror of
https://github.com/status-im/status-go.git
synced 2025-01-10 06:36:32 +00:00
9db149d4f6
BridgeMessage struct has MessageID and ParentMessageID. MessageID keeps the original Discord message ID. ParentMessageID keeps the original Discord parent message ID (response_to). When the new bridge message is received, corresponding status message response_to field is updated. Issue #13258