File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ Firebase ``symfony/firebase-notifier`` ``firebase://USERNAME:PASSWORD@def
153
153
GoogleChat ``symfony/google-chat-notifier `` ``googlechat://ACCESS_KEY:ACCESS_TOKEN@default/SPACE?thread_key=THREAD_KEY ``
154
154
LinkedIn ``symfony/linked-in-notifier `` ``linkedin://TOKEN:USER_ID@default ``
155
155
Mattermost ``symfony/mattermost-notifier `` ``mattermost://ACCESS_TOKEN@HOST/PATH?channel=CHANNEL ``
156
+ Mercure ``symfony/mercure-notifier `` ``mercure://PUBLISHER_SERVICE_ID?topic=TOPIC ``
156
157
RocketChat ``symfony/rocket-chat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
157
158
Slack ``symfony/slack-notifier `` ``slack://TOKEN@default?channel=CHANNEL ``
158
159
Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
@@ -170,6 +171,10 @@ Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:TOKEN@HOST?channel
170
171
The GoogleChat, LinkedIn, Zulip and Discord integrations were introduced in Symfony 5.2.
171
172
The Slack DSN changed in Symfony 5.2 to use Slack Web API again same as in 5.0.
172
173
174
+ .. versionadded :: 5.3
175
+
176
+ The Mercure integration was introduced in Symfony 5.3.
177
+
173
178
Chatters are configured using the ``chatter_transports `` setting:
174
179
175
180
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments