Skip to content

Commit

Permalink
Merge pull request #71 from sakura-tel/sakura-tel/develop
Browse files Browse the repository at this point in the history
2022.07.03-milkey-2.7
  • Loading branch information
atsu1125 authored Mar 12, 2023
2 parents b0bfdf6 + 731bc9f commit 3d2ed1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "groundpolis-milkey",
"version": "2022.07.03-milkey-2.6",
"version": "2022.07.03-milkey-2.7",
"private": true,
"author": "Xeltica <xeltica@gmail.com> , Minemu <minemu398@outlook.jp> , Azuki⪥ <cluikeit_31701@outlook.com> , Remito <remitocat@gmail.com> , atsu1125 <atsuchan@atsuchan.page>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/remote/activitypub/models/note.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ export async function createNote(value: string | IObject, resolver?: Resolver, s

const apEmojis = emojis.map(emoji => emoji.name);

const f = parse(text);
const f = parse(text || '');

if (f) {
const avatarEmojis = extractCustomEmojisFromMfm(f).filter(e => e.startsWith('@'));
Expand Down

0 comments on commit 3d2ed1c

Please sign in to comment.