Правка чатов, опциональная регистрация

This commit is contained in:
Халимов Рустам
2026-03-17 11:16:53 +03:00
parent 1fd6ef0c48
commit 67bf8319aa
12 changed files with 348 additions and 72 deletions
@@ -22,4 +22,7 @@ public class SystemSettingsDto
// Confederation
public bool EnableConfederation { get; set; } = false;
public List<string> AllowedDomains { get; set; } = new();
// Auth
public bool EnableRegistration { get; set; } = true;
}