Skip to content

Post editing fixes

Joshua Goins requested to merge work/redstrate/editing-fixes into master

Here's a bunch of small post editing-related bugs that need squashing that I've noticed:

  • Prevent showing self-actions like editing/deleting posts just because two account's display names are the same. Now we check the whole identity.
  • Don't allow editing the visibility of existing posts.
  • Fix re-drafting because the replyId wasn't actually loaded properly.

Merge request reports