From d20757c8e695833767ce0f6091fab6b614bd27f4 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 1 Apr 2025 17:40:37 +0200 Subject: thrift: Add imagePath to ImageDetailsRead struct --- src/main/thrift/bwlp.thrift | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/thrift') diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index ad9f704..d2c02b1 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -227,6 +227,7 @@ struct ImageDetailsRead { 15: bool isTemplate, 16: ImagePermissions defaultPermissions, 18: optional ImagePermissions userPermissions, + 19: optional string imagePath, // Null if no download permission, internal image path otherwise } struct ImagePublishData { -- cgit v1.2.3-55-g7522