forked from potsda.mn/mobilizon
Fix participation
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
9683df9040
commit
a76917b8e1
|
@ -949,6 +949,7 @@ export default class Event extends EventMixin {
|
|||
mutation: JOIN_EVENT,
|
||||
variables: {
|
||||
eventId: this.event.id,
|
||||
actorId: identity.id,
|
||||
message,
|
||||
},
|
||||
update: (store, { data }) => {
|
||||
|
|
Loading…
Reference in a new issue