Don't use permissionSet to transfer

This commit is contained in:
Tsubasahane
2025-12-28 19:32:31 +08:00
parent f1817c5974
commit 03243c93c6
4 changed files with 5 additions and 13 deletions

View File

@@ -118,7 +118,7 @@ public interface ILightlessHub
Task SetChatParticipantMute(ChatParticipantMuteRequestDto request);
Task UpdateLocation(LocationDto locationDto, bool offline);
Task<List<LocationWithTimeDto>> RequestAllLocationInfo();
Task<(List<LocationWithTimeDto>, List<SharingStatusDto>)> RequestAllLocationInfo();
Task ToggleLocationSharing(LocationSharingToggleDto dto);
}