user_id 和 current_user_id 有什么区别

大家好!
我想创建一个徽章,当有人分享至少 5 篇帖子时授予该徽章。为了确保我使用了正确的字段,我想了解 Data Explorerincoming_links 表中 user_idcurrent_user_id 之间的区别。如果有人有想法,将非常有帮助,谢谢!

1 个赞

你好 Anais,

user_id 指的是分享帖子的用户,current_user_id 指的是通过分享链接查看帖子的用户。如果访客(来自你的 Discourse 实例的外部用户)使用此链接,current_user_id 将为 NULL。

6 个赞

你好,佩德罗!

非常感谢你的解释!

1 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.