Allow post edition by remote moderator

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-07-23 15:47:34 +02:00
parent 8d23fca9a0
commit 53dc3f470b
2 changed files with 49 additions and 2 deletions

View File

@@ -207,7 +207,7 @@ import { FETCH_GROUP } from "@/graphql/group";
variables() {
return {
id: this.currentActor.id,
group: this.actualGroup.preferredUsername,
group: usernameWithDomain(this.actualGroup),
};
},
skip() {