Skip to content

Commit

Permalink
fix(SystemMessage): Use link parameter for Circle URL in rich object …
Browse files Browse the repository at this point in the history
…paramters

Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Apr 2, 2024
1 parent 1e0bebf commit 0b26b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chat/Parser/SystemMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ protected function getCircle(string $circleId): array {
'type' => 'circle',
'id' => $circleId,
'name' => $this->circleNames[$circleId],
'url' => $this->circleLinks[$circleId],
'link' => $this->circleLinks[$circleId],
];
}

Expand Down

0 comments on commit 0b26b45

Please sign in to comment.