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,
|
mutation: JOIN_EVENT,
|
||||||
variables: {
|
variables: {
|
||||||
eventId: this.event.id,
|
eventId: this.event.id,
|
||||||
|
actorId: identity.id,
|
||||||
message,
|
message,
|
||||||
},
|
},
|
||||||
update: (store, { data }) => {
|
update: (store, { data }) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user