StatusRecord: let account be null by default
This commit is contained in:
parent
d48a9586e5
commit
4c2cdc4ac2
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import { IStatus } from 'soapbox/types';
|
|||
import { mergeDefined, makeEmojiMap } from 'soapbox/utils/normalizers';
|
||||
|
||||
const StatusRecord = ImmutableRecord({
|
||||
account: ImmutableMap(),
|
||||
account: null,
|
||||
application: null,
|
||||
bookmarked: false,
|
||||
card: null,
|
||||
|
|
Loading…
Reference in a new issue