location #20

Merged
defnotken merged 5 commits from location into main 2025-12-31 14:12:12 +00:00
Showing only changes of commit c3caa7e25c - Show all commits

View File

@@ -119,6 +119,6 @@ public interface ILightlessHub
Task UpdateLocation(LocationDto locationDto, bool offline);
Task<(List<LocationWithTimeDto>, List<SharingStatusDto>)> RequestAllLocationInfo();
Task ToggleLocationSharing(LocationSharingToggleDto dto);
Task<bool> ToggleLocationSharing(LocationSharingToggleDto dto);
}