Skip to content
Snippets Groups Projects
Commit 8b3584fc authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch '2-bug-in-function-get_room_messages' into 'master'

Resolve "Bug in Function "get_room_messages""

Closes #2

See merge request !2
parents 75f94089 bca4bc65
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