render emoji in profile bios
This commit is contained in:
parent
a5a066be3d
commit
fe9d216552
2 changed files with 2 additions and 1 deletions
|
@ -53,6 +53,7 @@ export function parseAccount(data) {
|
|||
});
|
||||
|
||||
account.rich_name = account.nickname ? renderEmoji(account.nickname, account.emojis) : account.username;
|
||||
account.rich_bio = renderEmoji(account.bio, account.emojis);
|
||||
|
||||
cache.update(cache => {
|
||||
cache[account.id] = account;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue