Skip to content
Commits on Source (4)
......@@ -16,6 +16,7 @@ export default function(guid, owner=userFakeFactory(100)) {
"featured_id":false,
"ownerObj": owner,
"category":"education",
"impressions": 100,
"thumbs:up:count": 2,
"thumbs:up:user_guids":["1","2"],
"thumbs:down:count":1,
......
......@@ -14,6 +14,9 @@ export default function(guid, name='Some User', username='someusermane') {
"access_id":"2",
"language":"en",
"icontime":"1523515420",
"impressions":100,
"subscribers_count": 50,
"blocked": false,
"legacy_guid":false,
"featured_id":"725165605782560768",
"banned":"no",
......
......@@ -90,6 +90,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -98,6 +99,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -128,6 +130,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -156,6 +159,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -216,6 +220,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "2",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -224,6 +229,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -254,6 +260,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -282,6 +289,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -342,6 +350,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "3",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -350,6 +359,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -380,6 +390,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -408,6 +419,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -642,6 +654,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -650,6 +663,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -680,6 +694,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -708,6 +723,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -785,6 +801,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "2",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -793,6 +810,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -823,6 +841,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -851,6 +870,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -928,6 +948,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"guid": "3",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -936,6 +957,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"ownerObj": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -966,6 +988,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -994,6 +1017,7 @@ exports[`blog list screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......
......@@ -35,6 +35,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -44,7 +45,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"__list": null,
"access_id": "2",
"banned": "no",
"blocked": undefined,
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -75,6 +76,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -104,6 +106,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -218,6 +221,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -227,7 +231,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"__list": null,
"access_id": "2",
"banned": "no",
"blocked": undefined,
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -258,6 +262,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -287,6 +292,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -383,6 +389,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -392,7 +399,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"__list": null,
"access_id": "2",
"banned": "no",
"blocked": undefined,
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -423,6 +430,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -452,6 +460,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -528,6 +537,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -537,7 +547,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"__list": null,
"access_id": "2",
"banned": "no",
"blocked": undefined,
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -568,6 +578,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -597,6 +608,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -669,6 +681,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"guid": "1",
"header_bg": "1",
"header_top": "0",
"impressions": 100,
"last_save": "1524843907",
"last_updated": "1524838665",
"license": "attribution-noncommercial-cc",
......@@ -678,7 +691,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"__list": null,
"access_id": "2",
"banned": "no",
"blocked": undefined,
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -709,6 +722,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": 100,
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -738,6 +752,7 @@ exports[`blog view screen component should renders correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......
......@@ -144,14 +144,18 @@ exports[`channel header component owner should render correctly 1`] = `
<Text>
SUBSCRIBERS
</Text>
<Text />
<Text>
50
</Text>
</View>
</TouchableHighlight>
<View>
<Text>
VIEWS
</Text>
<Text />
<Text>
100
</Text>
</View>
</View>
<View>
......
......@@ -94,6 +94,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -124,6 +125,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "1",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -152,6 +154,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -170,6 +173,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -200,6 +204,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "2",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -228,6 +233,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -246,6 +252,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -276,6 +283,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "3",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -304,6 +312,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -372,6 +381,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"item": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -402,6 +412,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "1",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -430,6 +441,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -470,6 +482,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -500,6 +513,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "1",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -528,6 +542,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -546,6 +561,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -576,6 +592,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "2",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -604,6 +621,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -622,6 +640,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -652,6 +671,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "3",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -680,6 +700,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -734,6 +755,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"item": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -764,6 +786,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "2",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -792,6 +815,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -832,6 +856,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -862,6 +887,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "1",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -890,6 +916,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -908,6 +935,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -938,6 +966,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "2",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -966,6 +995,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -984,6 +1014,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -1014,6 +1045,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "3",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -1042,6 +1074,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -1096,6 +1129,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"item": Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -1126,6 +1160,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "3",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -1154,6 +1189,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -1194,6 +1230,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -1224,6 +1261,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "1",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -1252,6 +1290,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -1270,6 +1309,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -1300,6 +1340,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "2",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -1328,6 +1369,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......@@ -1346,6 +1388,7 @@ exports[`channel subscribers component should render correctly 1`] = `
Object {
"access_id": "2",
"banned": "no",
"blocked": false,
"boostProPlus": false,
"boost_autorotate": true,
"boost_rating": "2",
......@@ -1376,6 +1419,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"getAvatarSource": [MockFunction],
"guid": "3",
"icontime": "1523515420",
"impressions": 100,
"language": "en",
"legacy_guid": false,
"mature": "1",
......@@ -1404,6 +1448,7 @@ exports[`channel subscribers component should render correctly 1`] = `
"spam": "0",
"subscribed": false,
"subscriber": true,
"subscribers_count": 50,
"subtype": false,
"time_created": "1468113204",
"time_updated": false,
......
......@@ -14,6 +14,17 @@ export default class UserModel extends BaseModel {
* @var boolean
*/
@observable blocked;
/**
* @var integer
*/
@observable subscribers_count;
/**
* @var integer
*/
@observable impressions;
/**
* @var boolean
*/
......