Skip to content

v1.2.0 - Thread support

Compare
Choose a tag to compare
@sudojunior sudojunior released this 19 Nov 23:08
· 13 commits to main since this release

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 or thread_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.