Fix account relationships

This commit is contained in:
Alex Gleason 2022-03-09 00:38:28 -06:00
parent 4e254928fe
commit 38fbd703e4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -35,6 +35,8 @@ const AccountRecord = Record({
display_name_html: '',
note_emojified: '',
note_plain: '',
patron: ImmutableMap(),
relationship: ImmutableList(),
should_refetch: false,
});