XFdestek
Kurucu Üye
Custom fields are currently not saved in edit history. At times, custom fields can be just as important as the message, if not add greater value to the message as well. Not preserving this in an edit is tantamount to loss of data with a bad edit.
Table
A few ways this could be done:
Table
xf_edit_history
only shows column old_text
, preserving the message only.A few ways this could be done:
- The more logical way, add a JSON BLOB of the "old_custom_thread_fields" to
xf_edit_history
to save the custom...