Include "since" in sync

FossilOrigin-Name: 2682b2dc32f3396d458e29df26ee65d9a75354c3b28cf4c13eca087cfcf61c38
This commit is contained in:
Jonathan Schleifer 2020-10-04 01:18:14 +00:00
parent d1aa1e3a52
commit 884d033dfb
3 changed files with 8 additions and 3 deletions

View file

@ -97,7 +97,7 @@
OFMutableURL *requestURL = [[_homeserver mutableCopy] autorelease];
requestURL.path = _path;
requestURL.query = _query;
requestURL.queryDictionary = _query;
OFMutableDictionary *headers = [OFMutableDictionary dictionary];
headers[@"User-Agent"] = @"ObjMatrix";