From 4928d96d74d5bb559c83caeff33329fa629999dc Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 21 Feb 2025 18:12:41 +0100 Subject: HomeserverEmulator changes --- Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs') diff --git a/Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs b/Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs index d1b0a30..7f211e3 100644 --- a/Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs +++ b/Utilities/LibMatrix.HomeserverEmulator/Services/UserStore.cs @@ -137,7 +137,7 @@ public class UserStore { private ObservableDictionary _profile; private ObservableCollection _accountData; private ObservableDictionary _roomKeys; - private ObservableDictionary _authorizedSessions; + private ObservableDictionary _authorizedSessions; public string UserId { get => _userId; @@ -194,7 +194,7 @@ public class UserStore { } } - public ObservableDictionary AuthorizedSessions { + public ObservableDictionary AuthorizedSessions { get => _authorizedSessions; set { if (value == _authorizedSessions) return; @@ -263,10 +263,5 @@ public class UserStore { UserId = UserId }; } - - public class AuthorizedSession { - public string Homeserver { get; set; } - public string AccessToken { get; set; } - } } } \ No newline at end of file -- cgit 1.5.1