mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-11 10:12:56 -05:00
parent
629d35e6f5
commit
8565ba68f7
@ -8,6 +8,6 @@ class RemoteFollow
|
||||
validates :acct, presence: true
|
||||
|
||||
def initialize(attrs = {})
|
||||
@acct = attrs[:acct]
|
||||
@acct = attrs[:acct].strip unless attrs[:acct].nil?
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user