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

index ab7bbc71..ef08cfcb 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h
@@ -8,6 +8,15 @@ #include <mtx/events/join_rules.hpp> +namespace cache { +enum class CacheVersion : int +{ + Older = -1, + Current = 0, + Newer = 1, +}; +} + struct RoomMember { QString user_id;