Merge branch 'roomlist-fix-add-onevent' into 'master'
[RoomList] Fix environment pass See merge request famedly/famedlysdk!47
This commit is contained in:
commit
d088e053ed
|
@ -141,7 +141,7 @@ class RoomList {
|
|||
ChatTime(eventUpdate.content["origin_server_ts"]),
|
||||
room: rooms[j],
|
||||
content: eventUpdate.content["content"],
|
||||
environment: "timeline",
|
||||
environment: eventUpdate.eventType,
|
||||
status: 2,
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue