Compare commits

..

5 Commits

Author SHA1 Message Date
defnotken
eeafe1d3d7 dev bump
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 34s
2025-10-21 16:28:05 -05:00
defnotken
cdf34c82bd Merge branch '1.12.3' into dev
Some checks failed
Tag and Release Lightless / tag-and-release (push) Has been cancelled
2025-10-21 16:27:11 -05:00
defnotken
6f2213171c dev bump
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 34s
2025-10-21 13:47:26 -05:00
defnotken
da47d3be01 Merge branch '1.12.3' into dev 2025-10-21 13:46:41 -05:00
defnotken
6e129f6a1d dev building
All checks were successful
Tag and Release Lightless / tag-and-release (push) Successful in 34s
2025-10-21 11:23:40 -05:00
2 changed files with 6 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<PropertyGroup>
<Authors></Authors>
<Company></Company>
<Version>1.12.3</Version>
<Version>1.12.2.9</Version>
<Description></Description>
<Copyright></Copyright>
<PackageProjectUrl>https://github.com/Light-Public-Syncshells/LightlessClient</PackageProjectUrl>

View File

@@ -144,7 +144,11 @@ public class BroadcastService : IHostedService, IMediatorSubscriber
IsLightFinderAvailable = false;
ApplyBroadcastDisabled(forcePublish: true);
_logger.LogDebug("Cleared Lightfinder state due to disconnect.");
_mediator.Publish(new NotificationMessage(
"Disconnected from Server",
"Your Lightfinder broadcast has been disabled due to disconnection.",
NotificationType.Warning));
}
public Task StartAsync(CancellationToken cancellationToken)