Skip to content

Add message soft-delete (store message in another collection on delete)

Eric Eastwood requested to merge feature/soft-delete-messages into develop

Add message soft-delete (store message in another collection on delete)

The goal is to save the message text somewhere before deleting, so we can restore messages from false-reports, etc

This was originally a GitHub PR on the private project, https://github.com/troupe/gitter-webapp/pull/2575

Merge request reports