diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-22 20:20:39 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-01-22 20:20:39 +0300 |
commit | cf19bf3c7c82eb64f10cee309484d9591b1a3cae (patch) | |
tree | 77cd904cd7d397eb2ac72561a8cd5dcdd0609044 /priv/static/packs/features/reblogs.js | |
parent | e761d76e4fe95a8fadd8eb05d5c55ef5fc4bc8ec (diff) | |
parent | be2777715650d0ac80509f0bd22b4cea8641f9b3 (diff) | |
download | pleroma-cf19bf3c7c82eb64f10cee309484d9591b1a3cae.tar.gz pleroma-cf19bf3c7c82eb64f10cee309484d9591b1a3cae.zip |
Merge branch 'develop' into issue/1383
Diffstat (limited to 'priv/static/packs/features/reblogs.js')
-rw-r--r-- | priv/static/packs/features/reblogs.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/static/packs/features/reblogs.js b/priv/static/packs/features/reblogs.js index 2ea5892da..fcd199969 100644 --- a/priv/static/packs/features/reblogs.js +++ b/priv/static/packs/features/reblogs.js @@ -1,2 +1,2 @@ -(window.webpackJsonp=window.webpackJsonp||[]).push([[39],{681:function(t,s,e){"use strict";e.r(s),e.d(s,"default",function(){return v});var a,o,n,r=e(0),c=e(6),p=e(1),i=(e(3),e(21)),u=e(25),d=e(5),l=e.n(d),b=e(26),h=e.n(b),m=e(272),f=e(58),j=e(7),O=e(895),I=e(626),w=e(629),y=e(893),v=Object(i.connect)(function(t,s){return{accountIds:t.getIn(["user_lists","reblogged_by",s.params.statusId])}})((n=o=function(t){function s(){return t.apply(this,arguments)||this}Object(c.a)(s,t);var e=s.prototype;return e.componentWillMount=function(){this.props.dispatch(Object(f.m)(this.props.params.statusId))},e.componentWillReceiveProps=function(t){t.params.statusId!==this.props.params.statusId&&t.params.statusId&&this.props.dispatch(Object(f.m)(t.params.statusId))},e.render=function(){var t=this.props,s=t.shouldUpdateScroll,e=t.accountIds;if(!e)return Object(r.a)(I.a,{},void 0,Object(r.a)(m.a,{}));var a=Object(r.a)(j.b,{id:"status.reblogs.empty",defaultMessage:"No one has boosted this toot yet. When someone does, they will show up here."});return Object(r.a)(I.a,{},void 0,Object(r.a)(w.a,{}),Object(r.a)(y.a,{scrollKey:"reblogs",shouldUpdateScroll:s,emptyMessage:a},void 0,e.map(function(t){return Object(r.a)(O.a,{id:t,withNote:!1},t)})))},s}(u.a),Object(p.a)(o,"propTypes",{params:l.a.object.isRequired,dispatch:l.a.func.isRequired,shouldUpdateScroll:l.a.func,accountIds:h.a.list}),a=n))||a}}]); +(window.webpackJsonp=window.webpackJsonp||[]).push([[43],{728:function(t,s,e){"use strict";e.r(s),e.d(s,"default",function(){return v});var a,o,n,r=e(0),c=e(7),u=e(1),i=(e(3),e(12)),p=e(19),d=e(5),l=e.n(d),b=e(18),h=e.n(b),m=e(294),f=e(66),j=e(6),O=e(966),I=e(663),w=e(666),y=e(964),v=Object(i.connect)(function(t,s){return{accountIds:t.getIn(["user_lists","reblogged_by",s.params.statusId])}})((n=o=function(t){function s(){return t.apply(this,arguments)||this}Object(c.a)(s,t);var e=s.prototype;return e.componentWillMount=function(){this.props.accountIds||this.props.dispatch(Object(f.m)(this.props.params.statusId))},e.componentWillReceiveProps=function(t){t.params.statusId!==this.props.params.statusId&&t.params.statusId&&this.props.dispatch(Object(f.m)(t.params.statusId))},e.render=function(){var t=this.props,s=t.shouldUpdateScroll,e=t.accountIds,a=t.multiColumn;if(!e)return Object(r.a)(I.a,{},void 0,Object(r.a)(m.a,{}));var o=Object(r.a)(j.b,{id:"status.reblogs.empty",defaultMessage:"No one has boosted this toot yet. When someone does, they will show up here."});return Object(r.a)(I.a,{},void 0,Object(r.a)(w.a,{multiColumn:a}),Object(r.a)(y.a,{scrollKey:"reblogs",shouldUpdateScroll:s,emptyMessage:o,bindToDocument:!a},void 0,e.map(function(t){return Object(r.a)(O.a,{id:t,withNote:!1},t)})))},s}(p.a),Object(u.a)(o,"propTypes",{params:l.a.object.isRequired,dispatch:l.a.func.isRequired,shouldUpdateScroll:l.a.func,accountIds:h.a.list,multiColumn:l.a.bool}),a=n))||a}}]); //# sourceMappingURL=reblogs.js.map
\ No newline at end of file |