d7c08e217a
Users can have 100s of thousands of post and user actions, we do not want to destroy each individually cause the tracking is enormous and the amount of queries we would need is enormous. This gives up on the `after_commit` hook on `post_actions` which ships a message to clients to synchronize a post, so some phantom post_actions may remain in the UX in the rare occasion we delete a user. The phantoms will be gone on reload. |
||
---|---|---|
.. | ||
assets | ||
controllers | ||
helpers | ||
jobs | ||
mailers | ||
models | ||
serializers | ||
services | ||
views |