Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 7278278

Browse files
committed
Use emoji
1 parent f585110 commit 7278278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/mutations/thread/publishThread.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export default requireAuth(
353353
await addMessage(
354354
{
355355
content: {
356-
body: `${identifier} just posted a new thread: https://spectrum.chat/${
356+
body: `${identifier} just posted a new thread 📝 https://spectrum.chat/${
357357
community.slug
358358
}/${channel.slug}/${slugg(dbThread.content.title)}~${dbThread.id}`,
359359
},

0 commit comments

Comments
 (0)