File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
WordPress/src/main/java/org/wordpress/android/ui/subscribers Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import org.wordpress.android.util.NetworkUtilsWrapper
25
25
import rs.wordpress.api.kotlin.WpRequestResult
26
26
import uniffi.wp_api.IndividualSubscriberStats
27
27
import uniffi.wp_api.IndividualSubscriberStatsParams
28
+ import uniffi.wp_api.ListSubscribersIncludeField
28
29
import uniffi.wp_api.ListSubscribersSortField
29
30
import uniffi.wp_api.Subscriber
30
31
import uniffi.wp_api.SubscriberType
@@ -150,7 +151,8 @@ class SubscribersViewModel @Inject constructor(
150
151
sortOrder = sortOrder,
151
152
search = searchQuery,
152
153
filter = filterType,
153
- sort = sortType
154
+ sort = sortType,
155
+ include = listOf (ListSubscribersIncludeField .COUNTRY )
154
156
)
155
157
156
158
val response = wpComApiClient.request { requestBuilder ->
You can’t perform that action at this time.
0 commit comments