diff options
author | FChannel <> | 2022-06-12 15:36:19 -0700 |
---|---|---|
committer | FChannel <> | 2022-06-19 12:53:29 -0700 |
commit | f57d5722e6f2187bea249240eb14c881f989c3c1 (patch) | |
tree | ef8f4d23f9c40e0b0ba1ab2efb03e3795efe8ec0 /route/routes/admin.go | |
parent | dac4b267cab31fb3a4ce301f1bcdf364fcb541a1 (diff) |
first pass on federation working
Diffstat (limited to 'route/routes/admin.go')
-rw-r--r-- | route/routes/admin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/route/routes/admin.go b/route/routes/admin.go index 4571955..31e8e8e 100644 --- a/route/routes/admin.go +++ b/route/routes/admin.go @@ -195,7 +195,7 @@ func AdminAddBoard(ctx *fiber.Ctx) error { var nobj activitypub.ObjectBase newActorActivity.Actor = &actor - newActorActivity.Object = &nobj + newActorActivity.Object = nobj newActorActivity.Object.Alias = board.Name newActorActivity.Object.Name = board.PreferredUsername |