We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当用户使用非登陆用户进行评论的时候,Finder API 返回的CommentVo对象中评论用户头像地址为空,导致无法正常使用头像
目前评论组建既然已经支持了多来源头像,那么 avatar 头像地址应该返回一个 完整的、可直接使用 的评论用户头像地址
avatar
完整的
可直接使用
The text was updated successfully, but these errors were encountered:
我记得针对匿名用户评论时的邮箱有做过 hash 处理,并放置到了 Comment 的 metadata.annotations 中,评论组件可以拿到该数据自行适配,不过这个适配过程是在前端完成的。具体讨论及实现请参考:#97。
Sorry, something went wrong.
了解,但是这个返回的是hash值,但是我们更加期望的是插件后端自行完成拼接后通过avatar字段返回数据,因为当前插件已经支持自定义头像来源,前端并不清楚当前插件配置的头像地址来源URL是什么,并且通过前端再去获取config再去拼接也会感觉很奇怪。
No branches or pull requests
当用户使用非登陆用户进行评论的时候,Finder API 返回的CommentVo对象中评论用户头像地址为空,导致无法正常使用头像
目前评论组建既然已经支持了多来源头像,那么
avatar
头像地址应该返回一个完整的
、可直接使用
的评论用户头像地址The text was updated successfully, but these errors were encountered: