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

Provide Client#resolveRoomAliasSync #12 #13

Open col-panic opened 1 month ago

col-panic commented 1 month ago

Provides a method to resolve the room alias to the internal room id

col-panic commented 1 month ago

I do not see any advantage in providing this method async, but to not break with your defaults I named it ending with Sync.