mirror of
https://github.com/status-im/status-react.git
synced 2025-01-13 04:24:40 +00:00
2438af4e00
e8ceed11...213dc463
Both replies and pinned messages relied on subscribing their data from messages.
This worked only as long as we loaded the message in the database, so it would break say if another user replied to a message that wasn't in the current user view.
It also changes the way pinned messages are handled, before the notification was actually sent over the wire, but that's unnecessary, since it can be generated locally on both parts.
This is a bit of a breaking change with the previous version, since if you pin a message with this version, older version will not see a system message. this can be easily fixed by restoring the previous behavior of sending the message, but not sure it's worth it.
It also adds the ability to Delete message for everyone that have Deleted for me (discussed with John) and the ability of unpin messages that have been deleted for me.
10 lines
338 B
JSON
10 lines
338 B
JSON
{
|
|
"_comment": "THIS SHOULD NOT BE EDITED BY HAND.",
|
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
|
"owner": "status-im",
|
|
"repo": "status-go",
|
|
"version": "v0.147.1",
|
|
"commit-sha1": "213dc463bcc1ae449bc78b6cf7c598c4f68830c5",
|
|
"src-sha256": "1q00agdsqc4p16l8d5cv88gwfnpnl7bb61mayc3520c82hw93q3r"
|
|
}
|