diff options
author | Rory& <root@rory.gay> | 2024-03-22 16:38:53 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-03-22 16:38:53 +0000 |
commit | 2b566a31b68f14d51faae61cbfbe359d0691a890 (patch) | |
tree | bfa1c6cc563f904bcae7c3461df8eb79e4e50290 /Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs | |
parent | New messagebuilder stuff, table-based help command (diff) | |
download | LibMatrix-2b566a31b68f14d51faae61cbfbe359d0691a890.tar.xz |
Changes
Diffstat (limited to 'Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs')
-rw-r--r-- | Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs b/Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs index faf0046..4f238a0 100644 --- a/Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs +++ b/Tests/LibMatrix.HomeserverEmulator/Services/UserStore.cs @@ -187,7 +187,6 @@ public class UserStore { public class SyncRoomPosition { public int TimelinePosition { get; set; } - public int StatePosition { get; set; } public int AccountDataPosition { get; set; } } } |