mirror of https://github.com/mastodon/mastodon
Remove `WebfingerHelper` module & move usage inline (#31203)
parent
e6cda8388c
commit
e975b55c24
@ -1,7 +0,0 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module WebfingerHelper
|
||||
def webfinger!(uri)
|
||||
Webfinger.new(uri).perform
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue