Skip to content
Snippets Groups Projects
Commit bca4bc65 authored by Martin Winter's avatar Martin Winter
Browse files

bugfix, works now also for the first request

parent 75f94089
No related branches found
No related tags found
1 merge request!2Resolve "Bug in Function "get_room_messages""
......@@ -195,6 +195,8 @@ class Matrix:
if "end" in data:
self._from_cache[room] = data["end"]
elif "start" in data:
self._from_cache[room] = data["start"]
return data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment