Skip to content

Fix get_content returns cache error when post is deleted #73

arcange requested to merge arc-get-content-deleted into deployed_20200928

The fix

  • makes get_content backward compatible with steemd legacy
  • improves performances by removing unused joins/fields from the database query
  • do not change existing database schema and views

It requires the "server" process only to be restarted.

Edited by arcange

Merge request reports

Loading