Fix #110 - Make web UI use browser history, change links in e-mails to link to that
This commit is contained in:
@ -52,7 +52,7 @@ const StatusContent = React.createClass({
|
||||
|
||||
if (e.button === 0) {
|
||||
e.preventDefault();
|
||||
this.context.router.push(`/statuses/tag/${hashtag}`);
|
||||
this.context.router.push(`/timelines/tag/${hashtag}`);
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user