add capability to disable chat feature for groups/syncshells

This commit is contained in:
Abelfreyja
2025-12-22 10:24:34 +09:00
parent 6d49389bd4
commit e58210e770
6 changed files with 105 additions and 9 deletions

View File

@@ -19,5 +19,6 @@ public class Group
public bool PreferDisableSounds { get; set; }
public bool PreferDisableAnimations { get; set; }
public bool PreferDisableVFX { get; set; }
public bool ChatEnabled { get; set; } = true;
public DateTime CreatedDate { get; set; } = DateTime.UtcNow;
}