Client actions for posts
-
I have found only 2 actions for topic view:
action:topic.loading
action:posts.loaded
Problem is payload inconsistency. Only
posts.loaded
, provides information about posts,topic.loading/topic.loaded
doesn't provide posts data. As a result, when user visits topic, there is no data about posts for client plugin. -
Sending all of the data for all of the (possibly hundreds) of posts would be expensive and intensive.
If you want the post data for a specific topic, they're just an api command away.
-
Copyright © 2024 NodeBB | Contributors