The deleted messages front-end currently doesn't display newlines if they're consecutive, i.e., if the lines are otherwise empty ("\n\n\n\n\n\n\n\n\n"). This makes it difficult to interpret what actually happened in chat. A good solution to this would be to make newlines character visible using the ↵ character, printed in a light gray color (similar to how IDEs do it).
before

proposed after

The deleted messages front-end currently doesn't display newlines if they're consecutive, i.e., if the lines are otherwise empty (
"\n\n\n\n\n\n\n\n\n"). This makes it difficult to interpret what actually happened in chat. A good solution to this would be to make newlines character visible using the↵character, printed in a light gray color (similar to how IDEs do it).before

proposed after
