Change default reaction emoji

This commit is contained in:
jaina heartles 2024-02-26 11:33:50 -08:00
parent b9764e5a73
commit b75006ff10
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ export class ReactionService {
let reaction = _reaction ?? FALLBACK;
if (note.reactionAcceptance === 'likeOnly' || ((note.reactionAcceptance === 'likeOnlyForRemote' || note.reactionAcceptance === 'nonSensitiveOnlyForLocalLikeOnlyForRemote') && (user.host != null))) {
reaction = '';
reaction = '';
} else if (_reaction) {
const custom = reaction.match(isCustomEmojiRegexp);
if (custom) {