Use Immutable Record for accounts in Redux state (#26559)

This commit is contained in:
Renaud Chaput
2023-11-03 16:00:03 +01:00
committed by GitHub
parent 9d799d40ba
commit 3bf2a7296e
65 changed files with 765 additions and 662 deletions

View File

@@ -1,7 +1,8 @@
import classNames from 'classnames';
import type { Account } from 'mastodon/models/account';
import { useHovering } from '../../hooks/useHovering';
import type { Account } from '../../types/resources';
import { autoPlayGif } from '../initial_state';
interface Props {