mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-22 19:01:27 +00:00
Add subscribers_local to community aggregates (#226)
* Add local_subscribers field to CommunityAggregates * Move local_subscribers field to match backend order * Rename local_subscribers to subscribers_local
This commit is contained in:
parent
f759fc3583
commit
79b59ecd21
1 changed files with 1 additions and 0 deletions
|
@ -11,4 +11,5 @@ export interface CommunityAggregates {
|
|||
users_active_week: /* integer */ number;
|
||||
users_active_month: /* integer */ number;
|
||||
users_active_half_year: /* integer */ number;
|
||||
subscribers_local: /* integer */ number;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue