Skip to content

Commit

Permalink
Avoid validating signal_server_phone_number
Browse files Browse the repository at this point in the history
- there are only a few people who have access to adding this number and
  it causes flaky tests.
  • Loading branch information
mattwr18 committed Dec 3, 2024
1 parent 5e72aee commit b4b7089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/organization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class Organization < ApplicationRecord
phony_normalize :signal_server_phone_number, default_country_code: 'DE'

validates :telegram_bot_username, uniqueness: true, allow_nil: true
validates :signal_server_phone_number, phony_plausible: true
validates :messengers_about_text, length: { maximum: 139 }, allow_blank: true

def channels_onboarding_allowed
Expand Down

0 comments on commit b4b7089

Please sign in to comment.