diff options
author | 2021-03-02 12:46:48 +0100 | |
---|---|---|
committer | 2021-03-02 12:46:48 +0100 | |
commit | c879e1b0b378487d51b9cd520363f7538b02b2b5 (patch) | |
tree | f1a20db6cad591803e7a34ccb0efa06641603c6d /internal/ap/api.go | |
parent | bits n bobs (diff) | |
download | gotosocial-c879e1b0b378487d51b9cd520363f7538b02b2b5.tar.xz |
Messing around a bit
Diffstat (limited to 'internal/ap/api.go')
-rw-r--r-- | internal/ap/api.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/internal/ap/api.go b/internal/ap/api.go index 7e56b54e6..54f37a7c0 100644 --- a/internal/ap/api.go +++ b/internal/ap/api.go @@ -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() +} |