Differences From Artifact [1ab07a8b06]:
- File
src/exceptions/MTXLeaveRoomFailedException.m
— part of check-in
[17e299f073]
at
2020-10-03 21:56:23
on branch trunk
— Initial support for sync
Only sends the sync, does not do anything with the response yet. Handling the response will be implemented in the next several commits, piece by piece. (user: js, size: 2158) [annotate] [blame] [check-ins using]
To Artifact [9c73667da3]:
- File src/exceptions/MTXLeaveRoomFailedException.m — part of check-in [e597cc80e1] at 2021-04-29 00:32:30 on branch trunk — Adjust to ObjFW changes (user: js, size: 2152) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | - + - + | #import "MTXLeaveRoomFailedException.h" #import "MTXClient.h" @implementation MTXLeaveRoomFailedException + (instancetype)exceptionWithRoomID: (OFString *)roomID statusCode: (int)statusCode |
︙ |