posts: remove cropped thumbnails.

This commit is contained in:
evazion
2021-12-16 15:54:26 -06:00
parent 379775d10d
commit 1c5786d20f
10 changed files with 7 additions and 62 deletions

View File

@@ -49,7 +49,7 @@ class UserPolicy < ApplicationPolicy
new_post_navigation_layout enable_private_favorites
hide_deleted_posts style_usernames show_deleted_children
disable_categorized_saved_searches disable_tagged_filenames
disable_cropped_thumbnails disable_mobile_gestures enable_safe_mode
disable_mobile_gestures enable_safe_mode
enable_desktop_mode disable_post_tooltips
].compact
end