Fix #65 - Options to block notifications from people you don't follow/who don't follow you
This commit is contained in:
parent
e3ed212b85
commit
71401659b8
8 changed files with 20 additions and 7 deletions
|
@ -15,6 +15,7 @@ class User < ApplicationRecord
|
|||
|
||||
has_settings do |s|
|
||||
s.key :notification_emails, defaults: { follow: false, reblog: false, favourite: false, mention: false }
|
||||
s.key :interactions, defaults: { must_be_follower: false, must_be_following: false }
|
||||
end
|
||||
|
||||
def send_devise_notification(notification, *args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue