cache credentials in memory, refresh subscriptions on new account

This commit is contained in:
ranfdev
2023-11-15 12:04:22 +01:00
parent f13146ee7c
commit bbca7a4ffa
5 changed files with 154 additions and 65 deletions

View File

@ -31,6 +31,7 @@ interface Subscription {
updateReadUntil @4 (value: UInt64);
clearNotifications @5 ();
refresh @6 ();
}
struct Account {