about summary refs log tree commit diff
path: root/Bot
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-01-05 12:22:42 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2024-01-05 12:22:42 +0100
commit14c20d6905640c8f691fec76752318a474fa0bcc (patch)
treee3eb6f63e1431a87d188d447d2bc9c36e7a78ca3 /Bot
parentCleanup (diff)
downloadPluralContactBotPoC-14c20d6905640c8f691fec76752318a474fa0bcc.tar.xz
Cleanup
Diffstat (limited to 'Bot')
-rw-r--r--Bot/Commands/CreateSystemCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bot/Commands/CreateSystemCommand.cs b/Bot/Commands/CreateSystemCommand.cs

index 6d2cb3a..0bb3265 100644 --- a/Bot/Commands/CreateSystemCommand.cs +++ b/Bot/Commands/CreateSystemCommand.cs
@@ -35,7 +35,7 @@ public class CreateSystemCommand(IServiceProvider services, HomeserverProviderSe Members = new(), }; - var state = ctx.Room.GetMembersAsync(); + var state = ctx.Room.GetMembersEnumerableAsync(); await foreach (var member in state) { sysData.Members.Add(member.StateKey); }