mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 18:14:44 +02:00
fix: various small fixes (#3853)
This commit is contained in:
parent
4c5cf89725
commit
f40f997405
5 changed files with 22 additions and 14 deletions
|
@ -648,7 +648,7 @@ class TrelloBridge extends BridgeAbstract
|
|||
$action->type
|
||||
];
|
||||
if (isset($action->data->card)) {
|
||||
$item['categories'][] = $action->data->card->name;
|
||||
$item['categories'][] = $action->data->card->name ?? $action->data->card->id;
|
||||
$item['uri'] = 'https://trello.com/c/'
|
||||
. $action->data->card->shortLink
|
||||
. '#action-'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue