ToggleLocationSharing return bool

This commit is contained in:
Tsubasahane
2025-12-29 15:35:00 +08:00
parent 852e2a005f
commit c3caa7e25c

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