diff options
Diffstat (limited to 'src/main/thrift')
-rw-r--r-- | src/main/thrift/bwlp.thrift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/thrift/bwlp.thrift b/src/main/thrift/bwlp.thrift index c658952..7189842 100644 --- a/src/main/thrift/bwlp.thrift +++ b/src/main/thrift/bwlp.thrift @@ -218,7 +218,7 @@ struct ImagePublishData { 3: string imageName, 4: string description, 5: UnixTimestamp createTime, - 6: UUID userId, + 6: UserInfo user, 7: i64 fileSize, 8: list<string> software, 9: list<string> tags, |