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[] = [];
|
checkedRows: IFollower[] = [];
|
||||||
page: number = 1;
|
page: number = 1;
|
||||||
perPage: number = 2;
|
perPage: number = 10;
|
||||||
|
|
||||||
toggle(row) {
|
toggle(row) {
|
||||||
this.$refs.table.toggleDetails(row);
|
this.$refs.table.toggleDetails(row);
|
||||||
|
@ -14,7 +14,6 @@ defmodule MobilizonWeb.Router do
|
|||||||
end
|
end
|
||||||
|
|
||||||
pipeline :activity_pub_signature do
|
pipeline :activity_pub_signature do
|
||||||
plug(:accepts, ["activity-json", "html"])
|
|
||||||
plug(MobilizonWeb.HTTPSignaturePlug)
|
plug(MobilizonWeb.HTTPSignaturePlug)
|
||||||
plug(MobilizonWeb.Plugs.MappedSignatureToIdentity)
|
plug(MobilizonWeb.Plugs.MappedSignatureToIdentity)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user