mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-23 20:24:56 +02:00
fix: various small fixes (#3519)
This commit is contained in:
parent
f0a504bb9a
commit
dfe78fb379
5 changed files with 24 additions and 14 deletions
|
@ -55,6 +55,8 @@ final class Logger
|
|||
'Unable to find channel. The channel is non-existing or non-public',
|
||||
// fb
|
||||
'This group is not public! RSS-Bridge only supports public groups!',
|
||||
// tiktok 404
|
||||
'https://www.tiktok.com/@',
|
||||
];
|
||||
foreach ($ignoredExceptions as $ignoredException) {
|
||||
if (str_starts_with($e->getMessage(), $ignoredException)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue