wip hooks migration

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-10-05 00:13:47 +02:00
parent cf9f9137b0
commit eeb1e1370c
19 changed files with 101 additions and 50 deletions

View File

@ -37,7 +37,6 @@ const normalizeAccount = (account: BaseAccount) => {
const emojiMap = makeEmojiMap(account.emojis);
return {
mute_expires_at: null,
...account,
avatar: account.avatar || account.avatar_static || missingAvatar,
avatar_static: account.avatar_static || account.avatar || missingAvatar,