forked from potsda.mn/mobilizon
Merge branch 'bug/fixes' into 'master'
Some fixes See merge request framasoft/mobilizon!365
This commit is contained in:
commit
8bfa95bdd0
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue