mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-04 05:50:20 +00:00
Mark unused&immature activitypub as "not implemented" (#36789)
After many years, "activitypub" is still "in progress" and no real progress for end users. So it is not mature. Temporarily mark the endpoints as "501 not implemented", and wait until the whole design is stable and usable.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
// Copyright 2022 The Gitea Authors. All rights reserved.
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
package structs
|
||||
|
||||
// ActivityPub type
|
||||
type ActivityPub struct {
|
||||
// Context defines the JSON-LD context for ActivityPub
|
||||
Context string `json:"@context"`
|
||||
}
|
||||
Reference in New Issue
Block a user