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

@@ -468,11 +468,6 @@ namespace LightlessSyncServer.Migrations
.HasColumnType("boolean")
.HasColumnName("prefer_disable_vfx");
b.Property<bool>("ChatEnabled")
.HasColumnType("boolean")
.HasColumnName("chat_enabled")
.HasDefaultValue(true);
b.HasKey("GID")
.HasName("pk_groups");