mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 04:48:00 +03:00
notifications: fix post url
This commit is contained in:
parent
5c47bf5bc0
commit
47c59de82f
@ -193,8 +193,7 @@ function getNodeUrl(
|
||||
}
|
||||
return graphUrl;
|
||||
} else if( mod === 'post') {
|
||||
const [last, ...rest] = idx.reverse();
|
||||
return `/~landscape${groupPath}/feed/${rest.join('/')}?post=${last}`;
|
||||
return `/~landscape${groupPath}/feed${index}`;
|
||||
}
|
||||
return '';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user