Bug in Function "get_room_messages"
The function "get_room_messages" doesn't work for first request. For the first request the "from"-Token is NULL. So it never receive room-Messages and it will not receive the end-Token for the next request. Once the from-Token is set, the request works well.