Skip to content
Snippets Groups Projects

[Sprint/HipsterHedgehog] client metadata and code refactor

1 unresolved thread
Files
14
@@ -17,8 +17,7 @@ exports[`Activity component renders correctly 1`] = `
<Pinned
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -34,8 +33,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -75,8 +73,7 @@ exports[`Activity component renders correctly 1`] = `
<OwnerBlock
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -92,8 +89,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -149,8 +145,7 @@ exports[`Activity component renders correctly 1`] = `
<ActivityActionSheet
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -166,8 +161,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -252,8 +246,7 @@ exports[`Activity component renders correctly 1`] = `
<ExplicitText
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -269,8 +262,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -321,8 +313,7 @@ exports[`Activity component renders correctly 1`] = `
<Translate
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -338,8 +329,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -385,8 +375,7 @@ exports[`Activity component renders correctly 1`] = `
<MediaView
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -402,8 +391,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -452,8 +440,7 @@ exports[`Activity component renders correctly 1`] = `
<Actions
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -469,8 +456,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
@@ -516,8 +502,7 @@ exports[`Activity component renders correctly 1`] = `
<ActivityMetrics
entity={
ActivityModel {
"_list": null,
"_position": null,
"__list": null,
"attachment_guid": false,
"blurb": false,
"comments:count": undefined,
@@ -533,8 +518,7 @@ exports[`Activity component renders correctly 1`] = `
"mature_visibility": false,
"message": "Message",
"ownerObj": UserModel {
"_list": null,
"_position": null,
"__list": null,
"getAvatarSource": [Function],
"guid": "824853017709780997",
"subtype": false,
Loading