revert Merge pull request 'add capability to disable chat feature for groups/syncshells' (#43) from disable-chat-groups into master

Reviewed-on: #43
This commit is contained in:
2025-12-22 02:25:40 +00:00
parent ce9b94a534
commit f4753505aa
6 changed files with 9 additions and 105 deletions

View File

@@ -19,6 +19,5 @@ 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;
}