mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-10 07:32:05 -05:00
[PR #55] [MERGED] [github] Fix Notification Links for PRs #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/55
Author: @ricoberger
Created: 10/29/2023
Status: ✅ Merged
Merged: 10/29/2023
Merged by: @ricoberger
Base:
main← Head:github-fix-notification-link-for-prs📝 Commits (1)
d9c5728[github] Fix Notification Links for PRs📊 Changes
2 files changed (+20 additions, -7 deletions)
View changed files
📝
supabase/functions/_shared/feed/github.ts(+20 -6)📝
supabase/functions/_shared/feed/x.ts(+0 -1)📄 Description
If a notification was related to a pull request the link we added to the item didn't work. This should now be fixed, so that when a user clicks on the item he is redirected to the correct pull request which is associated with the item.
This commit also removes an unnecessary "console.log" statement.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.