Change to local_user_view

This commit is contained in:
Dessalines 2021-08-10 19:11:49 -04:00
parent 420bf9cd04
commit 0745be6398

View file

@ -109,7 +109,7 @@ export interface GetSiteResponse {
}
export interface MyUserInfo {
local_user: LocalUserSettingsView;
local_user_view: LocalUserSettingsView;
follows: CommunityFollowerView[];
community_blocks: CommunityBlockView[];
person_blocks: PersonBlockView[];