@@ -35,27 +35,28 @@ message Profile {
3535 optional bool nsfw = 5 [default = false ];
3636 optional bool vendor = 6 [default = false ];
3737 optional bool moderator = 7 [default = false ];
38- optional string handle = 8 ;
39- optional string about = 9 ;
40- optional string short_description = 10 ;
41- optional string website = 11 ;
42- optional string email = 12 ;
43- repeated SocialAccount social = 13 ;
44- optional uint32 primary_color = 14 [default = 4868168 ];
45- optional uint32 secondary_color = 15 [default = 5723734 ];
46- optional uint32 background_color = 16 [default = 2763306 ];
47- optional uint32 text_color = 17 [default = 16777215 ];
48- optional uint32 follower_count = 18 [default = 0 ];
49- optional uint32 following_count = 19 [default = 0 ];
50- optional PublicKey pgp_key = 20 ; // pgp signature covers guid
51- optional bytes avatar_hash = 21 ;
52- optional bytes header_hash = 22 ;
38+ repeated bytes moderator_list = 8 ;
39+ optional string handle = 9 ;
40+ optional string about = 10 ;
41+ optional string short_description = 11 ;
42+ optional string website = 12 ;
43+ optional string email = 13 ;
44+ repeated SocialAccount social = 14 ;
45+ optional uint32 primary_color = 15 [default = 4868168 ];
46+ optional uint32 secondary_color = 16 [default = 5723734 ];
47+ optional uint32 background_color = 17 [default = 2763306 ];
48+ optional uint32 text_color = 18 [default = 16777215 ];
49+ optional uint32 follower_count = 19 [default = 0 ];
50+ optional uint32 following_count = 20 [default = 0 ];
51+ optional PublicKey pgp_key = 21 ; // pgp signature covers guid
52+ optional bytes avatar_hash = 22 ;
53+ optional bytes header_hash = 23 ;
5354
5455 // Social media account for the profile
5556 message SocialAccount {
5657 required SocialType type = 1 ;
5758 required string username = 2 ;
58- required string proof_url = 3 ;
59+ optional string proof_url = 3 ;
5960
6061 enum SocialType {
6162 FACEBOOK = 1 ;
0 commit comments