v1.2.0 - Thread support
channel-backup
now supports the use of threads in Text and Forum Channels.
Please take the time to ensure that you have your environment configured if you decide to post to a Forum Channel, as it will not know what type of channel is being targeted (regardless if
threadID
orthread_name
is provided, the type of parent channel is not immediately known to the webhook).
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 provided threadID
- 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.