StatusRecord: let account be null by default
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user