[RoomList] Fix environment pass

This commit is contained in:
Christian Pauly 2019-07-23 16:14:11 +02:00
parent a43f5048db
commit ef166a6ca1

View file

@ -141,7 +141,7 @@ class RoomList {
ChatTime(eventUpdate.content["origin_server_ts"]), ChatTime(eventUpdate.content["origin_server_ts"]),
room: rooms[j], room: rooms[j],
content: eventUpdate.content["content"], content: eventUpdate.content["content"],
environment: "timeline", environment: eventUpdate.eventType,
status: 2, status: 2,
); );
} }