From 96623738e3915c4abeaf316de731b29a6254008b Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Thu, 27 Jun 2019 10:18:27 +0200 Subject: [PATCH] Give dummy content to remove event --- lib/src/Event.dart | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/src/Event.dart b/lib/src/Event.dart index 7190917b..2dcc01a8 100644 --- a/lib/src/Event.dart +++ b/lib/src/Event.dart @@ -157,10 +157,7 @@ class Event { roomID: room.id, type: "timeline", eventType: environment, - content: { - "event_id": id, - "status": -2, - })); + content: {"event_id": id, "status": -2, "content": {}})); } }