mirror of
https://github.com/Growstuff/growstuff.git
synced 2025-12-24 01:57:46 -05:00
Reduce to member login_name
This commit is contained in:
@@ -58,7 +58,7 @@ module CropsHelper
|
||||
subject_of_entities << {
|
||||
'@type': "SocialMediaPosting",
|
||||
url: post_url(post),
|
||||
author: post.author
|
||||
author: post.author.login_name
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user