mirror of
https://github.com/bitwarden/mobile
synced 2025-12-27 13:43:32 +00:00
More sync operations with broadcast refreshes of listing pages
This commit is contained in:
@@ -55,7 +55,7 @@ namespace Bit.App.Repositories
|
||||
var requestMessage = new TokenHttpRequestMessage()
|
||||
{
|
||||
Method = HttpMethod.Get,
|
||||
RequestUri = new Uri(Client.BaseAddress, string.Concat(ApiRoute, "?since=", since)),
|
||||
RequestUri = new Uri(Client.BaseAddress, string.Concat(ApiRoute, "/history", "?since=", since)),
|
||||
};
|
||||
|
||||
var response = await Client.SendAsync(requestMessage);
|
||||
|
||||
Reference in New Issue
Block a user