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. FossilOrigin-Name: 17e299f073f39e55dfe0b8a4bd1b34c8529400138d147df5a7229336df6ba04f
This commit is contained in:
parent
0893233697
commit
f651e6194c
15 changed files with 142 additions and 13 deletions
|
@ -70,7 +70,7 @@
|
|||
- (OFString *)description
|
||||
{
|
||||
return [OFString stringWithFormat:
|
||||
@"Failed to send message to room %@ for %@: %@",
|
||||
_roomID, self.client.userID, self.response];
|
||||
@"Failed to send message to room %@ for %@ with status code %d: %@",
|
||||
_roomID, self.client.userID, self.statusCode, self.response];
|
||||
}
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue