mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-22 09:37:54 +00:00
chore: disable url preview (#3705)
This commit is contained in:
@@ -95,7 +95,7 @@ export const notifyResearchUpdatePublished = functions
|
||||
const response = await axios.post(DISCORD_WEBHOOK_URL, {
|
||||
content:
|
||||
`📝 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}>`,
|
||||
})
|
||||
handleResponse(response)
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user