Added mastodon and mastodon_instance settings to user profiles
This commit is contained in:
@@ -167,6 +167,8 @@ class User < ActiveRecord::Base
|
||||
self.email.strip! if self.email
|
||||
self.about.strip! if self.about
|
||||
self.skype.strip! if self.skype
|
||||
self.mastodon.strip! if self.mastodon
|
||||
self.mastodon_instance.strip! if self.mastodon_instance
|
||||
self.youtube.strip! if self.youtube
|
||||
self.twitter.strip! if self.twitter
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user