Skip to content

Commit

Permalink
ExplorePost: remove steemdata.com from options
Browse files Browse the repository at this point in the history
phist.steemdata.com was discontinued together with the SteemData.com
MongoDB instance on May 1st 2018:
https://steemit.com/steemdata/@furion/steemdata-is-shutting-down-on-may-1st
  • Loading branch information
crokkon committed May 2, 2018
1 parent bf226f4 commit 54b649a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions src/app/components/modules/ExplorePost.jsx
Original file line number Diff line number Diff line change
@@ -19,7 +19,6 @@ class ExplorePost extends Component {
this.Steemd = this.Steemd.bind(this);
this.Steemdb = this.Steemdb.bind(this);
this.Busy = this.Busy.bind(this);
this.Phist = this.Phist.bind(this);
}

Steemd() {
@@ -34,10 +33,6 @@ class ExplorePost extends Component {
serverApiRecordEvent('Busy view', this.props.permlink);
}

Phist() {
serverApiRecordEvent('PhistView', this.props.permlink);
}

onCopy() {
this.setState({
copied: true,
@@ -50,8 +45,6 @@ class ExplorePost extends Component {
const steemdb = 'https://steemdb.com' + link;
const busy = 'https://busy.org' + link;
const steemit = 'https://steemit.com' + link;
const phist =
'https://phist.steemdata.com/history?identifier=steemit.com' + link;
let text =
this.state.copied == true
? tt('explorepost_jsx.copied')
@@ -107,16 +100,6 @@ class ExplorePost extends Component {
busy.org <Icon name="extlink" />
</a>
</li>
<li>
<a
href={phist}
onClick={this.Phist}
target="_blank"
rel="noopener noreferrer"
>
phist.steemdata.com <Icon name="extlink" />
</a>
</li>
</ul>
</span>
);

0 comments on commit 54b649a

Please sign in to comment.