You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed in #236 (comment), not rendering deleted messages while reducing clutter prevents users from knowing that messages were deleted.
Proposed solution
Make rendering of deleted messages a boolean setting. When on / true, render deleted messages as (message deleted). When off / false, do not render deleted messages.