4 Commits

Author SHA1 Message Date
Tsubasahane
852e2a005f update OnReciveLocation 2025-12-28 19:34:43 +08:00
Tsubasahane
03243c93c6 Don't use permissionSet to transfer 2025-12-28 19:32:31 +08:00
Tsubasahane
f1817c5974 transfer LocationWithTimeDto 2025-12-28 13:02:34 +08:00
Tsubasahane
67cdf2c384 Location sharing 2 2025-12-28 12:39:37 +08:00

View File

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