You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sockbot should expose the event:new_post event to interested plugins.
the raw event data includes Post, User, and Topic data and so should be used to eliminate the need for additional AJAX/Websocket requests to load this information.
Additionally the Post object should be augmented to expose read only access to the selfPost attribute of the raw data, so that the notification event can be filtered to include or exclude selfposts by the receiving plugin.
The text was updated successfully, but these errors were encountered:
Sockbot should expose the
event:new_post
event to interested plugins.the raw event data includes Post, User, and Topic data and so should be used to eliminate the need for additional AJAX/Websocket requests to load this information.
Additionally the Post object should be augmented to expose read only access to the
selfPost
attribute of the raw data, so that the notification event can be filtered to include or exclude selfposts by the receiving plugin.The text was updated successfully, but these errors were encountered: