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
Discourse has a PostCreator that handles a bunch of extra logic this bridge doesn't consider, and consolidates a lot of logic (such as bumping posts, #20). We should switch to using that instead of doing raw Post.create calls.
Discourse has a
PostCreator
that handles a bunch of extra logic this bridge doesn't consider, and consolidates a lot of logic (such as bumping posts, #20). We should switch to using that instead of doing rawPost.create
calls.A simple example of use: https://github.com/discourse/try-bot/blob/master/plugin.rb
The text was updated successfully, but these errors were encountered: