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:
Martin Brennan
2022-05-10 10:42:18 +10:00
committed by GitHub
parent 955d47bbd0
commit fbcc35b417
23 changed files with 22 additions and 255 deletions

View File

@ -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