mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-04 13:19:48 +03:00
parent
c224ddf09a
commit
57fbd0b0fd
@ -62,8 +62,8 @@ export function getNotificationKey(
|
||||
): string {
|
||||
const base = time.toString();
|
||||
if ('graph' in notification.index) {
|
||||
const { graph, index } = notification.index.graph;
|
||||
return `${base}-${graph}-${index}`;
|
||||
const { graph, index, description } = notification.index.graph;
|
||||
return `${base}-${graph}-${index}-${description}`;
|
||||
} else if ('group' in notification.index) {
|
||||
const { group } = notification.index.group;
|
||||
return `${base}-${group}`;
|
||||
|
Loading…
Reference in New Issue
Block a user