Change icons for like and favorite
"Like" will now use a star emoji, like mastodon's faves "Favorite" will now use a bookmark emoji, since it functions as a bookmark
This commit is contained in:
parent
6ecb0dcacf
commit
3ae5cfd720
23 changed files with 38 additions and 38 deletions
|
@ -29,7 +29,7 @@ import { CustomEmojiService } from '@/core/CustomEmojiService.js';
|
|||
import { RoleService } from '@/core/RoleService.js';
|
||||
import { FeaturedService } from '@/core/FeaturedService.js';
|
||||
|
||||
const FALLBACK = '❤';
|
||||
const FALLBACK = '⭐';
|
||||
const PER_NOTE_REACTION_USER_PAIR_CACHE_MAX = 16;
|
||||
|
||||
const legacies: Record<string, string> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue