Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-05 | Room: addTag() and removeTag() | Kitsune Ral | |
Slightly changed TagRecord constructors to match. | |||
2018-03-05 | ReadMarkerEvent; TagEvent remade with less boilerplate code | Kitsune Ral | |
tagevent.h -> accountdataevents.h now has a macro to define more simplistic events along the lines of simplestateevents.h but inheriting from Event instead. TagEvent and ReadMarkerEvent(m.fully_read) are defined using this macro. ReadMarkerEvent is also wired through event.* (but not further yet). |