1.12.0-server #6

Merged
defnotken merged 16 commits from 1.12.0-server into main 2025-10-04 18:48:17 +00:00
Showing only changes of commit 69f0e310bd - Show all commits

View File

@@ -74,7 +74,7 @@ public interface ILightlessHub
Task<bool> SetGroupBroadcastStatus(GroupBroadcastRequestDto dto);
Task<List<GroupJoinDto>> GetBroadcastedGroups(List<BroadcastStatusInfoDto> broadcastEntries);
Task<BroadcastStatusInfoDto?> IsUserBroadcasting(string hashedCid);
Task<BroadcastStatusBatchDto> AreUsersBroadcasting(List<string> hashedCids);
Task<BroadcastStatusBatchDto?> AreUsersBroadcasting(List<string> hashedCids);
Task<TimeSpan?> GetBroadcastTtl(string hashedCid);
Task UserDelete();
@@ -103,4 +103,4 @@ public interface ILightlessHub
Task GposeLobbyPushCharacterData(CharaDataDownloadDto charaDownloadDto);
Task GposeLobbyPushPoseData(PoseData poseData);
Task GposeLobbyPushWorldData(WorldData worldData);
}
}