Commit 8ce13ef
committed
[Notifier] Fix escaping of MarkdownV2 markup in TelegramTransport
1 parent 19a9f0c commit 8ce13efCopy full SHA for 8ce13ef
2 files changed
+32-11Lines changed: 32 additions & 11 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- src/Symfony/Component/Notifier/Bridge/Telegram
- Tests
Expand file treeCollapse file tree
Open diff view settings
Collapse file
src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php+5-10Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
90 | 90 | |
91 | 91 | |
92 | 92 | |
93 | | - |
94 | | - |
95 | | - |
96 | | - |
97 | | - |
98 | | - |
99 | | - |
100 | | - |
101 | | - |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
102 | 97 | |
103 | 98 | |
104 | 99 | |
105 | | - |
| 100 | + |
106 | 101 | |
107 | 102 | |
108 | 103 | |
|
Collapse file
src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php+27-1Lines changed: 27 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
250 | 250 | |
251 | 251 | |
252 | 252 | |
253 | | - |
| 253 | + |
254 | 254 | |
255 | 255 | |
256 | 256 | |
| ||
265 | 265 | |
266 | 266 | |
267 | 267 | |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
| 279 | + |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
268 | 294 | |
269 | 295 | |
270 | 296 | |
|
0 commit comments