Add space to telegram publication
This commit is contained in:
@@ -174,7 +174,7 @@ module.exports = {
|
||||
const previousPublishedAt = previousData.publishedAt
|
||||
const currentPublished_at = data.publishedAt
|
||||
if (currentPublished_at != previousPublishedAt) {
|
||||
const message = `<b>Nouvelle publication</b> ❤️
|
||||
const message = `<b>Nouvelle publication</b> ❤️
|
||||
\n${process.env.WEBSITE_URL}/paroles/${previousData.slug}`
|
||||
if (previousData.user) {
|
||||
strapi.plugins['email'].services.email.send({
|
||||
|
||||
Reference in New Issue
Block a user