Skip to content

Commit

Permalink
Add screenshot support
Browse files Browse the repository at this point in the history
  • Loading branch information
oldnapalm committed Mar 12, 2024
1 parent 339b806 commit 7bc726a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 28 deletions.
5 changes: 5 additions & 0 deletions protobuf/activity.proto
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,8 @@ message Activity { //where is primaryImageUrl, feedImageThumbnailUrl, activityR
message ActivityList {
repeated Activity activities = 1;
}

message ActivityImage {
required uint64 activity_id = 2;
required bytes jpg = 3;
}
24 changes: 13 additions & 11 deletions protobuf/activity_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7bc726a

Please sign in to comment.