aboutsummaryrefslogtreecommitdiffhomepage
path: root/Digitigrade/Notification/UnfollowNotif.php
diff options
context:
space:
mode:
Diffstat (limited to 'Digitigrade/Notification/UnfollowNotif.php')
-rw-r--r--Digitigrade/Notification/UnfollowNotif.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Digitigrade/Notification/UnfollowNotif.php b/Digitigrade/Notification/UnfollowNotif.php
index e00c342..a131dab 100644
--- a/Digitigrade/Notification/UnfollowNotif.php
+++ b/Digitigrade/Notification/UnfollowNotif.php
@@ -29,7 +29,7 @@ class UnfollowNotif implements Notifyable {
return sprintf(__('notifications.follow.removed'), $this->subject->displayName);
}
public function getNotificationTitleLink(): ?string {
- return '/@/' . $this->subject->getFullHandle();
+ return $this->subject->getLocalUiHref();
}
public function getNotificationImageUrl(): ?string {
return $this->subject->avatar ?? '/static/default-avatar.png';