Add dummy body to remove event
This commit is contained in:
parent
96623738e3
commit
f7e74436f4
|
@ -157,7 +157,11 @@ class Event {
|
||||||
roomID: room.id,
|
roomID: room.id,
|
||||||
type: "timeline",
|
type: "timeline",
|
||||||
eventType: environment,
|
eventType: environment,
|
||||||
content: {"event_id": id, "status": -2, "content": {}}));
|
content: {
|
||||||
|
"event_id": id,
|
||||||
|
"status": -2,
|
||||||
|
"content": {"body": "Removed..."}
|
||||||
|
}));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue