Remove spurious TODO

This commit is contained in:
Mark Haines 2017-06-27 12:32:00 +01:00
parent 4f930d2a26
commit d609b8deb5

View file

@ -225,7 +225,6 @@ func writeEvent(
for _, entry := range stateBeforeEventAdds {
ore.StateBeforeAddsEventIDs = append(ore.StateBeforeAddsEventIDs, eventIDMap[entry.EventNID])
}
// TODO: Fill out VisibilityStateIDs
return ow.WriteOutputRoomEvent(ore)
}