BUGFIXES: properly deal with bookmarks and deleted posts

BUGFIX: removing a bookmark from the activity feed was busted for deleted posts
BUGFIX: delete associated user actions when deleting a post
This commit is contained in:
Régis Hanol
2014-06-04 17:41:11 +02:00
parent 72abb6e274
commit 0df666277d
12 changed files with 69 additions and 47 deletions

View File

@@ -11,6 +11,7 @@ class UserActionSerializer < ApplicationSerializer
:target_name,
:target_username,
:post_number,
:post_id,
:reply_to_post_number,
:username,
:name,