diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-03 00:43:34 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-07-03 00:43:43 +0200 |
commit | 257019113200d714d86d22ccab6c18b37cd28283 (patch) | |
tree | 9733af3c1f1d2194d31128301944fbcdcbcdfc01 /MatrixRoomUtils.Bot/Bot/MRUBot.cs | |
parent | Prefetch room info (diff) | |
download | MatrixUtils-257019113200d714d86d22ccab6c18b37cd28283.tar.xz |
Local changes
Diffstat (limited to 'MatrixRoomUtils.Bot/Bot/MRUBot.cs')
-rw-r--r-- | MatrixRoomUtils.Bot/Bot/MRUBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixRoomUtils.Bot/Bot/MRUBot.cs b/MatrixRoomUtils.Bot/Bot/MRUBot.cs index adf825d..1bf5f67 100644 --- a/MatrixRoomUtils.Bot/Bot/MRUBot.cs +++ b/MatrixRoomUtils.Bot/Bot/MRUBot.cs @@ -103,7 +103,7 @@ public class MRUBot : IHostedService { } } }); - await hs.SyncHelper.RunSyncLoop(cancellationToken); + await hs.SyncHelper.RunSyncLoop(cancellationToken: cancellationToken); } /// <summary>Triggered when the application host is performing a graceful shutdown.</summary> |