|
|
@@ -97,7 +97,7 @@ export default class Portal {
|
|
|
message += `\n${Emojis.LINK} ${article.link}`;
|
|
|
|
|
|
if (tags.length > 0) {
|
|
|
- message += `\n${tags.map((hashtag) => `#${hashtag}`).join(" ")}`;
|
|
|
+ message += `\n\n${tags.map((hashtag) => `#${hashtag}`).join(" ")}`;
|
|
|
}
|
|
|
|
|
|
// Mastodon allows a maximum of 500 characters, but historically this bot limits to 400
|