Leave TODOs for the state and visibility fields

This commit is contained in:
Mark Haines 2017-02-27 09:36:54 +00:00
parent ea7fd6c845
commit 5c0d3a2819

View file

@ -139,6 +139,8 @@ func writeEvent(ow OutputRoomEventWriter, lastEventIDSent string, event gomatrix
latestEventIDs[i] = latest[i].EventID
}
// TODO: Fill out AddsStateEventIDs and RemovesStateEventIDs
// TODO: Fill out VisibilityStateIDs
return ow.WriteOutputRoomEvent(api.OutputRoomEvent{
Event: event.JSON(),
LastSentEventID: lastEventIDSent,