Skip to content

Commit

Permalink
Merge pull request #259 from ONLYOFFICE/bugfix/room-deletion
Browse files Browse the repository at this point in the history
Bugfix/room deletion
  • Loading branch information
pavelbannov authored Mar 1, 2024
2 parents 4263dcb + 6f27963 commit 08926a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion products/ASC.Files/Service/GlobalUsings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
global using ASC.Files.Core.Resources;
global using ASC.Files.Core.Security;
global using ASC.Files.Core.Services.DocumentBuilderService;
global using ASC.Files.Expired;
global using ASC.Files.Expired;
global using ASC.Files.Service;
global using ASC.Files.Service.Extension;
global using ASC.Files.Service.Log;
Expand All @@ -82,6 +82,7 @@
global using ASC.Web.Files.Services.WCFService;
global using ASC.Web.Files.Utils;
global using ASC.Web.Studio.Core;
global using ASC.Web.Studio.Core.Notify;
global using ASC.Web.Studio.Utility;

global using Autofac;
Expand Down
1 change: 1 addition & 0 deletions products/ASC.Files/Service/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public override async Task ConfigureServices(IServiceCollection services)
DIHelper.TryAdd<DistributedTaskProgress>();
DIHelper.TryAdd<DocumentBuilderTask<int>>();
DIHelper.TryAdd<AdditionalWhiteLabelSettingsHelperInit>();
DIHelper.TryAdd<NotifyConfiguration>();

services.AddScoped<ITenantQuotaFeatureChecker, CountRoomChecker>();
services.AddScoped<CountRoomChecker>();
Expand Down

0 comments on commit 08926a6

Please sign in to comment.