aboutsummaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorSimon Frei <freisim93@gmail.com>2021-02-12 22:51:29 +0100
committerGitHub <noreply@github.com>2021-02-12 22:51:29 +0100
commit80fc238bece3400c7b6349ddc3aad49b068f0ff1 (patch)
treed246100db048b868074bda85dc8e18d75747118a /proto
parent7e4e2f3720f3d6d466d7c659287a32b293a8dc85 (diff)
downloadsyncthing-80fc238bece3400c7b6349ddc3aad49b068f0ff1.tar.gz
syncthing-80fc238bece3400c7b6349ddc3aad49b068f0ff1.zip
all: Automatic/disabled folder-config when receive-encrypted (#7327)
Diffstat (limited to 'proto')
-rw-r--r--proto/lib/db/structs.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/proto/lib/db/structs.proto b/proto/lib/db/structs.proto
index f422bc89d..c29f39a73 100644
--- a/proto/lib/db/structs.proto
+++ b/proto/lib/db/structs.proto
@@ -91,8 +91,9 @@ message VersionListDeprecated {
}
message ObservedFolder {
- google.protobuf.Timestamp time = 1 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
- string label = 2;
+ google.protobuf.Timestamp time = 1 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
+ string label = 2;
+ bool receive_encrypted = 3;
}
message ObservedDevice {