Skip to content

Commit f23d341

Browse files
committed
feature #57658 [Notifier] Remove the Gitter bridge (fabpot)
This PR was merged into the 7.2 branch. Discussion ---------- [Notifier] Remove the Gitter bridge | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | yes <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Issues | Fix #52862 <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead --> | License | MIT The Gitter API does not exist anymore. Commits ------- e0a1a90a07 [Notifier] Remove the Gitter bridge
2 parents a7a8c30 + eeac112 commit f23d341

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,6 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
27792779
NotifierBridge\FortySixElks\FortySixElksTransportFactory::class => 'notifier.transport_factory.forty-six-elks',
27802780
NotifierBridge\FreeMobile\FreeMobileTransportFactory::class => 'notifier.transport_factory.free-mobile',
27812781
NotifierBridge\GatewayApi\GatewayApiTransportFactory::class => 'notifier.transport_factory.gateway-api',
2782-
NotifierBridge\Gitter\GitterTransportFactory::class => 'notifier.transport_factory.gitter',
27832782
NotifierBridge\GoIp\GoIpTransportFactory::class => 'notifier.transport_factory.go-ip',
27842783
NotifierBridge\GoogleChat\GoogleChatTransportFactory::class => 'notifier.transport_factory.google-chat',
27852784
NotifierBridge\Infobip\InfobipTransportFactory::class => 'notifier.transport_factory.infobip',

Resources/config/notifier_transports.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
'discord' => Bridge\Discord\DiscordTransportFactory::class,
3232
'fake-chat' => Bridge\FakeChat\FakeChatTransportFactory::class,
3333
'firebase' => Bridge\Firebase\FirebaseTransportFactory::class,
34-
'gitter' => Bridge\Gitter\GitterTransportFactory::class,
3534
'google-chat' => Bridge\GoogleChat\GoogleChatTransportFactory::class,
3635
'line-notify' => Bridge\LineNotify\LineNotifyTransportFactory::class,
3736
'linked-in' => Bridge\LinkedIn\LinkedInTransportFactory::class,

0 commit comments

Comments
 (0)