mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
Messing around a bit
This commit is contained in:
@@ -18,3 +18,11 @@
|
||||
|
||||
// Package ap provides ActivityPub/federation functionality for GoToSocial
|
||||
package ap
|
||||
|
||||
import (
|
||||
"github.com/go-fed/activity/pub"
|
||||
)
|
||||
|
||||
func main() {
|
||||
pub.NewFederatingActor()
|
||||
}
|
||||
|
Reference in New Issue
Block a user