Fixed issue with status url not resolving to host
• Fixed: - issue with status url not resolving to host - fixes issue with status copy url in share menu
This commit is contained in:
@@ -47,7 +47,7 @@ class TagManager
|
||||
when :person
|
||||
"/#{target.username}"
|
||||
when :note, :comment, :activity
|
||||
"/#{target.account.username}/posts/#{target.id}"
|
||||
short_account_status_url(target.account, target)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user