2 Commits

Author SHA1 Message Date
4ecd5375e6 location (#20)
Co-authored-by: Tsubasahane <wozaiha@gmail.com>
Reviewed-on: #20
2025-12-31 14:12:11 +00:00
a802f242b0 Merge pull request 'location' (#19) from location into main
Reviewed-on: #19
2025-12-27 16:39:21 +00:00

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);
}