Skip to content
Snippets Groups Projects
Verified Commit 213e2436 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

client: Drop expired room state events from cache

parent aa0ef3f7
No related branches found
No related tags found
No related merge requests found
Pipeline #73860 failed
...@@ -686,6 +686,7 @@ module MatrixSdk ...@@ -686,6 +686,7 @@ module MatrixSdk
# TODO Run this in a thread? # TODO Run this in a thread?
room.tinycache_adapter.cleanup room.tinycache_adapter.cleanup
room.account_data.tinycache_adapter.cleanup room.account_data.tinycache_adapter.cleanup
room.room_state.tinycache_adapter.cleanup
end end
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment