JojiiOfficial / Matrix-ClientServer-API-java

A small and simple java API for the Matrix ClientServer Protocol
GNU General Public License v3.0
43 stars 9 forks source link

Made Events.RoomEvent#parseAllEvents more robust #7

Closed jze closed 2 years ago

jze commented 2 years ago

Made Events.RoomEvent#parseAllEvents more robust. Check if keys are present in the JSON data. I also added some unit tests.

JojiiOfficial commented 2 years ago

Thanks for the PR. The rest looks good to me