Differences From Artifact [43fe4f29c2]:
- File src/ObjMatrix.h — part of check-in [092c122c69] at 2020-10-03 17:08:07 on branch trunk — Add support for fetching room list (user: js, size: 1280) [annotate] [blame] [check-ins using]
To Artifact [c891ec6342]:
- File src/ObjMatrix.h — part of check-in [193ebad6ad] at 2020-10-03 17:50:07 on branch trunk — Add support for leaving rooms (user: js, size: 1359) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 27 28 | 20 21 22 23 24 25 26 27 28 29 30 | + + | * POSSIBILITY OF SUCH DAMAGE. */ #import "MTXClient.h" #import "MTXRequest.h" #import "MTXFetchRoomListFailedException.h" #import "MTXJoinRoomFailedException.h" #import "MTXLeaveRoomFailedException.h" #import "MTXLoginFailedException.h" #import "MTXLogoutFailedException.h" |