mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-07-06 19:07:49 +02:00
inbox: store user's inbox keys (#47)
This commit is contained in:
@@ -15,6 +15,9 @@ namespace Notesnook.API.Models.Responses
|
||||
[JsonPropertyName("monographPasswordsKey")]
|
||||
public EncryptedData MonographPasswordsKey { get; set; }
|
||||
|
||||
[JsonPropertyName("inboxKeys")]
|
||||
public InboxKeys InboxKeys { get; set; }
|
||||
|
||||
[JsonPropertyName("subscription")]
|
||||
public ISubscription Subscription { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user