mirror of
https://github.com/hoornet/vega.git
synced 2026-05-06 20:29:12 -07:00
Fix lightbox Escape navigating away, sidebar profile hidden at large font
This commit is contained in:
@@ -43,7 +43,7 @@ export async function notifyMention(authorName: string, preview: string): Promis
|
||||
if (!(await ensurePermission())) return;
|
||||
sendNotification({
|
||||
title: `${authorName} mentioned you`,
|
||||
body: preview.slice(0, 120),
|
||||
body: preview.slice(0, 120) || "New mention",
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user