Skip to content

Commit

Permalink
fix: 動作していない不具合を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pantasystem committed Nov 28, 2023
1 parent eb93a4e commit 01268b0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ class NoteDTOEntityConverter @Inject constructor(
customEmojiRepository.findByNames(noteDTO.user.host ?: account.getHost(), unresolvedEmojiTags + reactionTags).getOrElse {
emptyList()
} + emojisInCw + emojisInText + emojiModels
emptyList()
} else {
emojiModels + emojisInCw + emojisInText
}
Expand Down

0 comments on commit 01268b0

Please sign in to comment.