Add a user preference that can be used as a fallback for the sender authentication.

This commit is contained in:
Jyri-Petteri Paloposki 2022-02-22 18:46:14 +02:00
parent f40e3c0788
commit ddcd468070
7 changed files with 21 additions and 4 deletions

View file

@ -39,7 +39,7 @@ class PreferencesController < ApplicationController
:staleness_starts, :due_style, :locale, :title_date_format, :time_zone,
:show_hidden_projects_in_sidebar, :show_project_on_todo_done,
:review_period, :refresh, :verbose_action_descriptors,
:mobile_todos_per_page, :sms_email, :sms_context_id, :theme)
:mobile_todos_per_page, :sms_email, :sms_context_id, :sms_permitted_senders, :theme)
end
def user_params