mirror of
https://github.com/fergalmoran/onearmy-community-platform.git
synced 2025-12-31 14:08:20 +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, {
|
const response = await axios.post(DISCORD_WEBHOOK_URL, {
|
||||||
content:
|
content:
|
||||||
`📝 New update from ${author} in their research: ${title}\n` +
|
`📝 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)
|
handleResponse(response)
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user