remote boosts incoming now working

This commit is contained in:
tsmethurst 2021-05-27 22:26:33 +02:00
commit a47085d141
12 changed files with 412 additions and 13 deletions

View file

@ -35,6 +35,7 @@ type DB interface {
pub.Database
Undo(ctx context.Context, undo vocab.ActivityStreamsUndo) error
Accept(ctx context.Context, accept vocab.ActivityStreamsAccept) error
Announce(ctx context.Context, announce vocab.ActivityStreamsAnnounce) error
}
// FederatingDB uses the underlying DB interface to implement the go-fed pub.Database interface.