4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-15 03:35:51 +00:00

9 Commits

Author SHA1 Message Date
8bf0e9c68d fix forwarding 2023-01-13 20:17:28 -05:00
8270958882 add chat refence timestamp 2023-01-13 16:01:26 -05:00
727b4521e4 Merge branch 'master' into feature/implement-logic-edit-reply-messages 2023-01-13 15:59:27 -05:00
AlphaX-Projects
b6f567c584 Cleanup code and preparation for chat reference 2023-01-13 09:52:14 +01:00
486df018b1 Merge remote-tracking branch 'upstream/master' into feature/implement-logic-edit-reply-messages 2023-01-03 19:56:43 -05:00
AlphaX-Projects
2342ac5e59 Update constants 2022-12-17 14:39:25 +01:00
912bfffabd rough draft reply logic 2022-10-24 18:33:02 +03:00
CalDescent
d9b1ec488b Added chatReference to ChatTransaction and GroupChatTransaction.
Since this affects transaction serialization, it will need to take effect from a future undecided timestamp (defined in constants.js), and both core & UI will need to share the same timestamp.

The feature trigger timestamp comparisons can be removed 24 hours (or more) post-activation. This is because CHAT messages are currently discarded after 24 hours so we don't need to maintain backwards support of the old serialization approach. The feature trigger is only to ensure full chat operation during the 24 hours that the switchover occurs.
2022-10-22 13:16:17 +01:00
AlphaX-Projects
2f823927a5 Initial commit 2021-12-25 14:39:47 +01:00