Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for discord forum channels/threads (discord) #1914

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 3, 2023

  1. Add support for discord forum channels/threads (discord)

    Messages send to forum threads need to use the ID of the forum for the
    webhook but also need to set an additional parameter during the API call
    to specify the destination thread.
    
    Receiving messages from threads works by using the thread ID. The forum
    ID is not required.
    
    This commit adds an optional channel option "ForumID" which can be used
    to supply the forum ID of a thread (= channel). When sending/editing
    messages the ForumID will be used for the webhook and the channel ID
    will be supplied as the additional parameter "thread_id".
    
    Fixes 42wim#1908
    tomabrafix committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3e3090f View commit details
    Browse the repository at this point in the history