mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-29 15:51:12 +00:00
Change to local_user_view
This commit is contained in:
parent
420bf9cd04
commit
0745be6398
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ export interface GetSiteResponse {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface MyUserInfo {
|
export interface MyUserInfo {
|
||||||
local_user: LocalUserSettingsView;
|
local_user_view: LocalUserSettingsView;
|
||||||
follows: CommunityFollowerView[];
|
follows: CommunityFollowerView[];
|
||||||
community_blocks: CommunityBlockView[];
|
community_blocks: CommunityBlockView[];
|
||||||
person_blocks: PersonBlockView[];
|
person_blocks: PersonBlockView[];
|
||||||
|
|
Loading…
Reference in a new issue