Add notifications for inbound quotes (#35618)
This commit is contained in:
@@ -247,7 +247,7 @@ class NotifyService < BaseService
|
||||
end
|
||||
|
||||
def update_notification_request!
|
||||
return unless @notification.type == :mention
|
||||
return unless %i(mention quote).include?(@notification.type)
|
||||
|
||||
notification_request = NotificationRequest.find_or_initialize_by(account_id: @recipient.id, from_account_id: @notification.from_account_id)
|
||||
notification_request.last_status_id = @notification.target_status.id
|
||||
|
||||
Reference in New Issue
Block a user