mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2026-01-06 00:44:01 +00:00
feat: fix and use research update anchors
This commit is contained in:
@@ -111,7 +111,7 @@ export async function handleResearchUpdatePublished(
|
||||
try {
|
||||
const response = await sendMessage(
|
||||
`📝 New update from ${author} in their research: ${title}\n` +
|
||||
`Learn about it here: <${SITE_URL}/research/${slug}>`,
|
||||
`Learn about it here: <${SITE_URL}/research/${slug}#update_${newUpdateIndex + 1}>`,
|
||||
)
|
||||
handleResponse(response)
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user