Compare commits

...

2 Commits

Author SHA1 Message Date
jaina heartles 6ecb0dcacf bump version 2024-02-26 11:33:57 -08:00
jaina heartles b75006ff10 Change default reaction emoji 2024-02-26 11:33:50 -08:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "sharkey",
"version": "2023.12.1+egirls.0",
"version": "2023.12.1+egirls.1",
"codename": "shonk",
"repository": {
"type": "git",

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) {