Age | Commit message (Collapse) | Author |
|
Use std::unordered_map<> (now supported by GTAD and converters.h) for
that.
|
|
This is useful for things like tags map in m.tags event, or the map-of-maps-of-messages in SendToDeviceJob (coming in the next commit). Requires GTAD 0.4.9 or later.
|
|
According to KitsuneRal/gtad#31.
|
|
cleanup
This should make generated jobs buildable across the whole CS API (sync.yaml is disabled as the manual implementation is still considerably better).
|
|
Variants are not yet supported but just in case, let's have the line, it's very obvious.
|
|
|
|
|