StatusRecord: let account be null by default

This commit is contained in:
Alex Gleason 2022-03-11 12:15:49 -06:00
parent d48a9586e5
commit 4c2cdc4ac2
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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,