# Discourse のチャット統合

**URL:** https://meta.discourse.org/t/discourse-chat-integrations/66522
**Category:** Plugin
**Tags:** official, chat-integration, included-in-core
**Created:** [2017 年 7 月 20 日午後 3:52 UTC](https://meta.discourse.org/t/discourse-chat-integrations/66522 "2017-07-20T15:52:38Z")
**Posts on this page:** 1
**Showing post:** 310

<div class="post-metadata">

### Author: ![gabriel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gabriel/32/367911_2.png) [@gabriel](https://meta.discourse.org/u/gabriel)
#### Post date: [2024 年 8 月 13 日午後 6:46 UTC](https://meta.discourse.org/t/discourse-chat-integrations/66522/310 "2024-08-13T18:46:58Z")

</div>

こんにちは皆さん！チャット連携プラグインのこの[pr](https://github.com/discourse/discourse-chat-integration/pull/208)をマージしました。

この変更は、チャット連携のルールフィルタリングから`tags_changed`オプションを削除することを目的としています。これは、`トピックのカテゴリまたはタグが変更されたときに小さなアクション投稿を作成する`設定を削除するためです。

ただし、[discourse automation](https://meta.discourse.org/t/discourse-automation/195773)がインストールされている場合は、機能は _同じ_ ままです。次にこのプラグインのマイグレーションを実行すると、[discourse automation プラグイン](https://meta.discourse.org/t/discourse-automation/195773)に現在のものと同様に機能するスクリプトが追加されます。

これは作成される自動化の例です。

 ![Screenshot 2024-08-13 at 15.38.11](https://global.discourse-cdn.com/meta/original/4X/7/8/e/78edf933c2edada9c6c398a53497ae2b122f42b7.png)

カテゴリと監視中のタグに基づいて、私のチャンネルに送信されます。

`${ADDED_AND_REMOVED}` はデフォルトのテキストであり、ルールと同じように動作します。

このスクリプトオプションのために、メッセージで使用できるいくつかのオプションも追加しました。

> - `${TOPIC}` トピック名用
> - `${REMOVED_TAGS}` 削除されたタグ用
> - `${ADDED_TAGS}` 追加されたタグ用  
> 追加および削除の両方とも、タグが含まれている場合にのみトリガーされます。  
> 例：「added: ${ADDED\_TAGS}」というメッセージは、追加されたタグがある場合にのみトリガーされます。

---

_[View the full topic](https://meta.discourse.org/t/discourse-chat-integrations/66522)._
