Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
133ae0618b
commit
732a42eff8
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ async function itemsForFeed(opts, user, feed) {
|
|||
|
||||
item.object.tag.forEach((tag) => {
|
||||
if (tag.type === "Emoji") {
|
||||
content = content.replace(
|
||||
content = content.replaceAll(
|
||||
tag.name,
|
||||
`<img src="${tag.icon.url}" alt="${tag.name}" title="${tag.name}" width="32" height="32"/>`
|
||||
);
|
||||
|
|
Reference in a new issue