Discourse Chat Integration

Hello guys! we’ve just merged this pr for chat integration plugin

This change aims to remove the tags_changed option from the rule filtering from chat integration–we are doing this change because we are removing the Creation of a small action post when a topic's category or tags change setting.

But the functionality will remain the same, if you have discourse automation installed. The next time you run the migrations for this plugin, it will add a script to the discourse automation plugin that will run similarly to what we currently have.

This is an example of automation that will be created:

It will be sent to my channel based on the categories and watching tags that I have.

${ADDED_AND_REMOVED} is the default text; it will behave the same as the rule would.

We have also added for this script option a few options that can be used in the message:

  • ${TOPIC} for the topic name
  • ${REMOVED_TAGS} for the removed tags
  • ${ADDED_TAGS} for the added tags
    both removed and added will only trigger if they have a tag in them.
    For example: added: ${ADDED_TAGS} message will only trigger if there are added tags
4 Likes