status-go/protocol/common
Michal Iskierko 9db149d4f6 feat: handling replies for bridged messages
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
2024-03-13 12:50:15 +01:00
..
shard feat: implemented a mechanism to retrieve shard information for a given community ID (#4499) 2023-12-22 13:37:37 +01:00
chat_entity.go Feat: Modify grants for profile showcase use (#4694) 2024-02-11 15:11:04 +03:00
code_control_flags.go chore: disable curated communities loop in tests (#4894) 2024-03-09 09:42:06 +00:00
crypto.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
crypto_test.go Added device name set on Messenger.Start() 2022-11-25 11:33:58 +00:00
errors.go Use ErrRecordNotFound instead of sql.ErrNoRows 2020-10-08 13:23:00 +02:00
feature_flags.go chore: disable curated communities loop in tests (#4894) 2024-03-09 09:42:06 +00:00
media_server_image_id.go feature: Unfurl status links (#4033) 2023-10-13 13:25:34 +01:00
message.go feat: handling replies for bridged messages 2024-03-13 12:50:15 +01:00
message_linkpreview.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
message_sender.go fix: prevent `panic: send on closed channel` 2024-02-27 11:00:29 +01:00
message_sender_test.go Add basic peersyncing 2024-01-23 12:46:17 +00:00
message_test.go Add favicons to external link previews (#4788) 2024-03-12 22:47:51 +02:00
pin_message.go Feat: Modify grants for profile showcase use (#4694) 2024-02-11 15:11:04 +03:00
raw_message.go Add basic peersyncing 2024-01-23 12:46:17 +00:00
raw_messages_persistence.go chore: cleanup message segments 2023-11-15 16:52:35 +01:00
timesource.go Handle organisation membership requests 2020-12-23 17:20:55 +01:00