Commit Graph

4 Commits

Author SHA1 Message Date
Gergely Polonkai 5254776d4f Remove possibility of NULL for properties with fundamental types
It is not supported by GObject.
2016-03-17 17:03:17 +01:00
Gergely Polonkai fcc592b072 Fix state and room events
* State event descended from Event, but it is actually based on Room
* Room events may have a missing room_id property due to HS
* optimization
2016-03-16 17:13:05 +01:00
Gergely Polonkai 27e27667ef Patch up Matrix.Event.RoomBase
* Chain up from from_json() and to_json()
* Add reading of unsigned data in from_json()
* Use private members in to_json()
2016-03-09 13:44:48 +01:00
Gergely Polonkai 70dfaff080 Move Event types to the Matrix.Event namespace 2016-03-07 16:38:19 +01:00