Merge branch 'bug/fixes' into 'master'

Some fixes

See merge request framasoft/mobilizon!365
This commit is contained in:
Thomas Citharel 2019-12-18 10:44:20 +01:00
commit 8bfa95bdd0
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,7 @@ export default class RelayMixin extends Vue {
checkedRows: IFollower[] = [];
page: number = 1;
perPage: number = 2;
perPage: number = 10;
toggle(row) {
this.$refs.table.toggleDetails(row);

View File

@ -14,7 +14,6 @@ defmodule MobilizonWeb.Router do
end
pipeline :activity_pub_signature do
plug(:accepts, ["activity-json", "html"])
plug(MobilizonWeb.HTTPSignaturePlug)
plug(MobilizonWeb.Plugs.MappedSignatureToIdentity)
end