mirror of
https://github.com/streetwriters/notesnook-sync-server.git
synced 2026-05-24 15:34:01 +02:00
inbox: send salt in encrypted inbox item (#57)
This commit is contained in:
@@ -35,6 +35,15 @@ namespace Notesnook.API.Models
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
|
||||
[DataMember(Name = "salt")]
|
||||
[JsonPropertyName("salt")]
|
||||
[MessagePack.Key("salt")]
|
||||
[Required]
|
||||
public string Salt
|
||||
{
|
||||
get; set;
|
||||
}
|
||||
}
|
||||
|
||||
[MessagePack.MessagePackObject]
|
||||
|
||||
Reference in New Issue
Block a user