mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-17 21:47:32 -06:00
move to ssb gofed fork (#298)
This commit is contained in:
parent
829a934d23
commit
09ef9e639e
799 changed files with 6458 additions and 2475 deletions
|
|
@ -18,7 +18,7 @@
|
|||
|
||||
package ap
|
||||
|
||||
import "github.com/go-fed/activity/streams/vocab"
|
||||
import "github.com/superseriousbusiness/activity/streams/vocab"
|
||||
|
||||
// Accountable represents the minimum activitypub interface for representing an 'account'.
|
||||
// This interface is fulfilled by: Person, Application, Organization, Service, and Group
|
||||
|
|
@ -249,9 +249,9 @@ type WithCC interface {
|
|||
GetActivityStreamsCc() vocab.ActivityStreamsCcProperty
|
||||
}
|
||||
|
||||
// WithSensitive ...
|
||||
// WithSensitive represents an activity with ActivityStreamsSensitiveProperty
|
||||
type WithSensitive interface {
|
||||
// TODO
|
||||
GetActivityStreamsSensitive() vocab.ActivityStreamsSensitiveProperty
|
||||
}
|
||||
|
||||
// WithConversation ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue