Skip to content
  • George Kiagiadakis's avatar
    lua/api: improve getting optional Interest arguments · 905636dc
    George Kiagiadakis authored
    Add the ability to construct an Interest argument without
    using the Interest keyword, so instead of:
    
      om:lookup(Interest { type = "session" })
    
    we can now write:
    
      om:lookup { type = "session" }
    
    ... and also remove lookup_filtered from ObjectManager
    905636dc