gui, lib: Handle pw adding remote encrypted folder (fixes #7705) (#7772)

This commit is contained in:
Simon Frei
2021-06-17 13:53:02 +02:00
committed by GitHub
parent cb5ef250f4
commit ac2988a485
6 changed files with 165 additions and 111 deletions
+1
View File
@@ -94,6 +94,7 @@ message ObservedFolder {
google.protobuf.Timestamp time = 1 [(gogoproto.stdtime) = true, (gogoproto.nullable) = false];
string label = 2;
bool receive_encrypted = 3;
bool remote_encrypted = 4;
}
message ObservedDevice {