Topic List API
-
We need parameter to know whether user likes the topic or not in the list
i am calling topicList API , and for each topic, i want to know whether user liked or not
We can see that in the topic detail API, but not in the list API.Can we do it?
-
You need a plugin to add that data in on the topic lists. You would need to use the hook
filter:topics.get
and check if the user has upvoted the main post of the topic.
Copyright © 2025 NodeBB | Contributors