Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

【BUG】Finder API目前返回的CommentVo对象中评论用户头像为空 #149

Open
carolcoral opened this issue Aug 15, 2024 · 2 comments

Comments

@carolcoral
Copy link

当用户使用非登陆用户进行评论的时候,Finder API 返回的CommentVo对象中评论用户头像地址为空,导致无法正常使用头像

目前评论组建既然已经支持了多来源头像,那么 avatar 头像地址应该返回一个 完整的可直接使用 的评论用户头像地址

image
@JohnNiang
Copy link
Member

我记得针对匿名用户评论时的邮箱有做过 hash 处理,并放置到了 Comment 的 metadata.annotations 中,评论组件可以拿到该数据自行适配,不过这个适配过程是在前端完成的。具体讨论及实现请参考:#97

@carolcoral
Copy link
Author

我记得针对匿名用户评论时的邮箱有做过 hash 处理,并放置到了 Comment 的 metadata.annotations 中,评论组件可以拿到该数据自行适配,不过这个适配过程是在前端完成的。具体讨论及实现请参考:#97

了解,但是这个返回的是hash值,但是我们更加期望的是插件后端自行完成拼接后通过avatar字段返回数据,因为当前插件已经支持自定义头像来源,前端并不清楚当前插件配置的头像地址来源URL是什么,并且通过前端再去获取config再去拼接也会感觉很奇怪。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants