diff --git a/DysonNetwork.Sphere/Chat/ChatService.cs b/DysonNetwork.Sphere/Chat/ChatService.cs index 8e6daa3..1ff92ed 100644 --- a/DysonNetwork.Sphere/Chat/ChatService.cs +++ b/DysonNetwork.Sphere/Chat/ChatService.cs @@ -252,7 +252,7 @@ public partial class ChatService( if (member.Account.Id == sender.AccountId) continue; if (member.Notify == ChatMemberNotify.None) continue; - if (scopedWs.IsUserSubscribedToChatRoom(member.AccountId, room.Id.ToString())) continue; + // if (scopedWs.IsUserSubscribedToChatRoom(member.AccountId, room.Id.ToString())) continue; if (message.MembersMentioned is null || !message.MembersMentioned.Contains(member.Account.Id)) { var now = SystemClock.Instance.GetCurrentInstant(); @@ -575,4 +575,4 @@ public class SyncResponse { public List Changes { get; set; } = []; public Instant CurrentTimestamp { get; set; } -} \ No newline at end of file +}