This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Merge pull request
#1218
from R0ckweb/patch-2
Fix
#1141
on remote follow
closed-social-glitch-2
Eugen
7 years ago
committed by
GitHub
parent
c141f0a886
1e4453405b
commit
33849acfa7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/services/follow_remote_account_service.rb
+ 1
- 1
app/services/follow_remote_account_service.rb
View File
@ -50,8 +50,8 @@ class FollowRemoteAccountService < BaseService
account
.
uri
=
get_account_uri
(
xml
)
account
.
hub_url
=
hubs
.
first
.
attribute
(
'href'
)
.
value
get_profile
(
body
,
account
)
account
.
save!
get_profile
(
body
,
account
)
account
end
Write
Preview
Loading…
Cancel
Save