-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add announce integration #411
Conversation
Receive is probably a bit incorrect, depending on how Ross decides to send the json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just the S2S structs
@@ -451,3 +451,68 @@ func (s *serverWrapper) handleApprovalActivity() http.HandlerFunc { | |||
fmt.Fprintf(w, "{}\n") | |||
} | |||
} | |||
|
|||
// TODO(sailslick): Properly fill in announce structs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you get this off the send announce service?
skinny/ap.go
Outdated
} | ||
|
||
f := &pb.ReceivedAnnounceDetails{ | ||
AnnouncedObject: t.Object, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some more fields to this part that aren't in master. I'll publish a wip pr with them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#413 is the wip pr
This is a partial merge from PR 413
Closes #386
To some degree I'm waiting on @SailSlick's format for sending before it can be properly parsed, but I've put a TODO there instead.