From bdd473bae6c99e372c137614d8c5bdffe8787988 Mon Sep 17 00:00:00 2001 From: "Emma [it/its]@Rory&" Date: Wed, 11 Oct 2023 16:14:54 +0200 Subject: Maybe fix libmatrix bug with room creation --- LibMatrix | 2 +- OsuFederatedBeatmapApi/appsettings.MUTRG.json | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 OsuFederatedBeatmapApi/appsettings.MUTRG.json diff --git a/LibMatrix b/LibMatrix index a98f16f..84e3322 160000 --- a/LibMatrix +++ b/LibMatrix @@ -1 +1 @@ -Subproject commit a98f16f1aaa72aa68278420a61d8ce897639416f +Subproject commit 84e33226690beb65f747526714ac9aa4cc8ee151 diff --git a/OsuFederatedBeatmapApi/appsettings.MUTRG.json b/OsuFederatedBeatmapApi/appsettings.MUTRG.json new file mode 100644 index 0000000..57c773f --- /dev/null +++ b/OsuFederatedBeatmapApi/appsettings.MUTRG.json @@ -0,0 +1,22 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + }, + "LibMatrixBot": { + "homeserver": "matrixunittests.rory.gay", + "accesstoken": "f8EyudM3g2wuMNJJHvC9sNGrF63ba6qJ", + "prefix": "?" + }, + "BeatmapApiBot": { + // List of people who should be invited to the control room + "Admins": [ + //"@emma:conduit.rory.gay", + //"@emma:rory.gay" + "@testuser:matrixunittests.rory.gay", + ] + } +} -- cgit 1.4.1