Skip to content
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

Merged
merged 5 commits into from
Mar 7, 2019
Merged

Add announce integration #411

merged 5 commits into from
Mar 7, 2019

Conversation

devoxel
Copy link

@devoxel devoxel commented Mar 4, 2019

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.

Aaron Delaney added 3 commits March 4, 2019 15:44
Receive is probably a bit incorrect, depending on how Ross decides to
send the json
@devoxel devoxel requested a review from SailSlick March 5, 2019 13:03
Copy link
Contributor

@SailSlick SailSlick left a 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
Copy link
Contributor

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,
Copy link
Contributor

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

Copy link
Contributor

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

SailSlick and others added 2 commits March 6, 2019 15:48
This is a partial merge from PR 413
@SailSlick SailSlick mentioned this pull request Mar 6, 2019
@SailSlick SailSlick merged commit d9472cf into master Mar 7, 2019
@devoxel devoxel deleted the a/reblogintegration branch March 8, 2019 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants