fix: user avator
issue: emoji CDN source not work
fix: I changed another Emoji CDN source: https://cdnjs.com/libraries/twemoji at: app\components\emoji.tsx line: 12
export function getEmojiUrl(unified: string, _style: EmojiStyle) {
// if you prefer other emoji source, change link below
return `https://cdnjs.cloudflare.com/ajax/libs/twemoji/15.0.3/72x72/${unified}.png`;
}