mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 07:53:49 +08:00
DEV: Remove PostAction/UserAction bookmark refs (#16681)
We have not used anything related to bookmarks for PostAction or UserAction records since 2020, bookmarks are their own thing now. Deleting all this is just cleaning up old cruft.
This commit is contained in:
@ -267,8 +267,6 @@ after_initialize do
|
||||
self.post_action_type_id == PostActionType.types[:inappropriate] ? "flag" : "reply"
|
||||
when PostActionType.types[:like]
|
||||
"like"
|
||||
when PostActionType.types[:bookmark]
|
||||
"bookmark"
|
||||
end
|
||||
|
||||
if input
|
||||
|
Reference in New Issue
Block a user