Skip to content

Commit

Permalink
fix: add link to zulip notifications (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietzler authored Nov 20, 2024
1 parent 9f52ca1 commit 4967327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/webhook.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class WebhookService {
this.zulip.sendMessage({
stream: Constants.Zulip.Streams.Immich,
topic: Constants.Zulip.Topics.ImmichRelease,
content: embedProps.description!,
content: `${embedProps.description!} ${dto.release.html_url}`,
}),
);
}
Expand Down

0 comments on commit 4967327

Please sign in to comment.