diff options
author | Emma [it/its]@Rory& <root@rory.gay> | 2024-01-24 02:28:54 +0100 |
---|---|---|
committer | Emma [it/its]@Rory& <root@rory.gay> | 2024-01-24 02:28:54 +0100 |
commit | bf2da30c7ae9d4c15a5e22f3ee0b1bae2ca66e46 (patch) | |
tree | c375a53ef850e33d8721abb0f68b34eb10afed08 /LibMatrix/Services/ServiceInstaller.cs | |
parent | Abstract FederationClient from RemoteHomeserver (diff) | |
download | LibMatrix-bf2da30c7ae9d4c15a5e22f3ee0b1bae2ca66e46.tar.xz |
MessageBuilder extensions
Diffstat (limited to '')
-rw-r--r-- | LibMatrix/Services/ServiceInstaller.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibMatrix/Services/ServiceInstaller.cs b/LibMatrix/Services/ServiceInstaller.cs index ad5bedc..358dc2a 100644 --- a/LibMatrix/Services/ServiceInstaller.cs +++ b/LibMatrix/Services/ServiceInstaller.cs @@ -7,7 +7,7 @@ public static class ServiceInstaller { public static IServiceCollection AddRoryLibMatrixServices(this IServiceCollection services, RoryLibMatrixConfiguration? config = null) { //Check required services // if (!services.Any(x => x.ServiceType == typeof(TieredStorageService))) - // throw new Exception("[MRUCore/DI] No TieredStorageService has been registered!"); + // throw new Exception("[RMUCore/DI] No TieredStorageService has been registered!"); //Add config services.AddSingleton(config ?? new RoryLibMatrixConfiguration()); |