Merge branch 'master' of https://github.com/dessalines/lemmy into nocross-nomusl

This commit is contained in:
Igor Velkov 2019-09-06 23:22:07 +03:00
commit b875b74ce5
3 changed files with 2 additions and 3 deletions

View file

@ -10,7 +10,7 @@ services:
volumes:
- lemmy_db:/var/lib/postgresql/data
lemmy:
image: dessalines/lemmy:v0.1.0
image: dessalines/lemmy:v0.1.0.3
ports:
- "8536:8536"
environment:

View file

@ -107,7 +107,6 @@ export class Main extends Component<any, MainState> {
// Necessary for back button for some reason
componentWillReceiveProps(nextProps: any) {
if (nextProps.history.action == 'POP' || nextProps.history.action == 'PUSH') {
this.state = this.emptyState;
this.state.type_ = this.getListingTypeFromProps(nextProps);
this.state.sort = this.getSortTypeFromProps(nextProps);
this.state.page = this.getPageFromProps(nextProps);

2
ui/src/version.ts vendored
View file

@ -1 +1 @@
export let version: string = "v0.1.0-0-g5b91b7b";
export let version: string = "v0.1.0.3-0-gfd8928a";