no message

This commit is contained in:
2023-11-08 23:13:16 +03:00
parent 4cd1a46c6d
commit f0a63d910f
6 changed files with 61 additions and 8 deletions

View File

@@ -75,6 +75,13 @@ public class ComponentsServer extends RepositoryServer<BugReportsDatabase> {
Account account = null;
if (!Global.properties.OldServer) {
switch (code) {
case Patch:
Print("Очистка файлов в багрепортах");
for (BugReport bug: db.bugReports.Data.values()){
}
response = new ServerExchangeUnit_2021(ServerCode.OK);
break;
//<editor-fold desc="Регистрация">
case CheckSubscriberRole:
Print("Проверить роль пользователя");