1 Commits

Author SHA1 Message Date
Tsubasahane
c3caa7e25c ToggleLocationSharing return bool 2025-12-29 15:35:00 +08: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);
}