mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -11,6 +11,7 @@ class UserActionSerializer < ApplicationSerializer
|
||||
:target_name,
|
||||
:target_username,
|
||||
:post_number,
|
||||
:post_id,
|
||||
:reply_to_post_number,
|
||||
:username,
|
||||
:name,
|
||||
|
||||
Reference in New Issue
Block a user