Add roomId for CreateRoomResponse.
Add Client::addDirectRoom().
Add Kazv::getRoomIdByAliasJob() and Kazv::parseGetRoomIdByAliasResponse().
Type: add
Differential D226
Add necessary features to Implement handle matrix uri in kazv nannanko on Aug 23 2025, 6:44 AM. Authored by Tags None Referenced Files
Subscribers None
Details
Add roomId for CreateRoomResponse. Add Client::addDirectRoom(). Add Kazv::getRoomIdByAliasJob() and Kazv::parseGetRoomIdByAliasResponse(). Type: add verify unit tests pass.
Diff Detail
Event TimelineComment Actions Please add a changelog type to the summary, using the following format: Type: (add|remove|skip|security|fix)
Comment Actions Reusing the content json of the original account data event instead of directRoomMap()
Comment Actions Check whether userId is contained in content, whether rooms is a json array, and add more test case.
Comment Actions Delete a useless declaration of function and add comment for Client::getRoomIdByAliasJob. |