Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 6b535cf

Browse files
committed
Add last_modified column to profile object
1 parent 7efb992 commit 6b535cf

File tree

2 files changed

+58
-50
lines changed

2 files changed

+58
-50
lines changed

protos/objects.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ message Profile {
7474
PublicKey pgp_key = 21; // pgp signature covers guid
7575
bytes avatar_hash = 22;
7676
bytes header_hash = 23;
77+
uint64 last_modified = 24;
7778

7879
// Social media account for the profile
7980
message SocialAccount {

protos/objects.py

Lines changed: 57 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)