mirror of
https://github.com/hoytech/strfry.git
synced 2025-06-19 17:37:43 +00:00
don't use flatbuffers for Event index table (make it opaque)
This commit is contained in:
@ -72,7 +72,7 @@ void cmd_sync(const std::vector<std::string> &subArgs) {
|
||||
|
||||
for (auto levId : levIds) {
|
||||
auto ev = lookupEventByLevId(txn, levId);
|
||||
PackedEventView packed(ev.packed());
|
||||
PackedEventView packed(ev.buf);
|
||||
ne.addItem(packed.created_at(), packed.id().substr(0, ne.idSize));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user