mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 08:43:32 -06:00
remote boosts incoming now working
This commit is contained in:
parent
40add68691
commit
a47085d141
12 changed files with 412 additions and 13 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue