summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h

index 473c6319..3454cd54 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h
@@ -381,7 +381,7 @@ private: std::visit( [&txn, &statesdb](auto e) { - if constexpr (isStateEvent(e)) + if (isStateEvent(e) && e.type != EventType::Unsupported) statesdb.put(txn, to_string(e.type), json(e).dump()); }, event);