mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 07:08:07 -05:00
Mentions in comments backend changes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user