v1.2.0 - Thread support #26
sudojunior
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
channel-backup
now supports the use of threads in Text and Forum Channels.Join the community server for support, as well as updates on all projects of TinkerStorm.
Forum Use
To create a forum post using a webhook, specify a
thread_name
in the config you intend to use. Upon a successful run of the program, it will update the configuration to include the newly providedthreadID
- if using this with a CI runner, commit and push this as you would with the cache reference.Thread Use
To post to a thread (or existing forum post), specify a
threadID
in the config you intend to use. Sequence branching is forbidden, the program will do everything it can to avoid this possibility.This discussion was created from the release v1.2.0 - Thread support.
Beta Was this translation helpful? Give feedback.
All reactions