[Event] Set default status

This commit is contained in:
Christian Pauly 2019-08-08 13:05:23 +02:00
parent e1470b0f97
commit eb68a418c0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class Event extends RoomState {
int status;
Event(
{this.status,
{this.status = 2,
dynamic content,
String typeKey,
String eventId,