Skip to content

Commit

Permalink
Merge pull request #64 from guardian/extend-topic
Browse files Browse the repository at this point in the history
Add `display_name` to topic
  • Loading branch information
tkgnm committed Jan 17, 2024
2 parents cf7586a + 1237603 commit e672bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/blueprint.proto
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,9 @@ message Row {

message Topic {
string type = 1;
// let's change this to "id" in the future, name is a bit misleading
string name = 2;
string display_name = 3;
}

message MyGuardianFollow {
Expand Down
5 changes: 5 additions & 0 deletions proto/proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -998,6 +998,11 @@
"id": 2,
"name": "name",
"type": "string"
},
{
"id": 3,
"name": "display_name",
"type": "string"
}
]
},
Expand Down

0 comments on commit e672bab

Please sign in to comment.