mastodon/app
Joshua Wood daf6f3453e
Handle links with no href in VerifyLinkService (#20741)
Before this change, the following error would cause VerifyAccountLinksWorker to fail:

NoMethodError: undefined method `downcase' for nil:NilClass
  [PROJECT_ROOT]/app/services/verify_link_service.rb:31 :in `block in link_back_present?`
2022-11-17 10:59:35 +01:00
..
chewy
controllers Fix invalid/empty RSS feed link on account pages (#20772) 2022-11-17 10:58:33 +01:00
helpers
javascript
lib
mailers
models
policies Fix getting a single EmailDomainBlock (#20846) 2022-11-17 10:55:50 +01:00
presenters
serializers
services Handle links with no href in VerifyLinkService (#20741) 2022-11-17 10:59:35 +01:00
validators
views
workers