From 97a50cba7e8f5e7326467479820df49df79599f5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 6 Mar 2026 15:44:13 +0200 Subject: [PATCH] fix notifications --- src/components/notification/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/notification/notification.js b/src/components/notification/notification.js index f5a680023..152200790 100644 --- a/src/components/notification/notification.js +++ b/src/components/notification/notification.js @@ -183,7 +183,7 @@ const Notification = { return highlightClass(this.notification.from_profile) }, userStyle() { - const user = this.notification.from_profile + const user = this.notification.from_profile.screen_name return highlightStyle(useUserHighlightStore().get(user)) }, expandable() {