Fix account relationships
This commit is contained in:
parent
4e254928fe
commit
38fbd703e4
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ const AccountRecord = Record({
|
|||
display_name_html: '',
|
||||
note_emojified: '',
|
||||
note_plain: '',
|
||||
patron: ImmutableMap(),
|
||||
relationship: ImmutableList(),
|
||||
should_refetch: false,
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue