Reduce to member login_name

This commit is contained in:
Daniel O'Connor
2025-12-01 10:02:23 +00:00
parent e7d8ec6fd0
commit 9ae47afe04

View File

@@ -58,7 +58,7 @@ module CropsHelper
subject_of_entities << {
'@type': "SocialMediaPosting",
url: post_url(post),
author: post.author
author: post.author.login_name
}
end