Mentions in comments backend changes

This commit is contained in:
cmrd Senya
2016-08-22 15:12:35 +03:00
parent ef5751b808
commit 33ad411bbd
61 changed files with 1192 additions and 451 deletions

View File

@@ -150,16 +150,7 @@ class UsersController < ApplicationController
:auto_follow_back_aspect_id,
:getting_started,
:post_default_public,
email_preferences: %i(
someone_reported
also_commented
mentioned
comment_on_post
private_message
started_sharing
liked
reshared
)
email_preferences: UserPreference::VALID_EMAIL_TYPES.map(&:to_sym)
)
end
# rubocop:enable Metrics/MethodLength