summaryrefslogtreecommitdiff
path: root/internal/ap/interfaces.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-02-02 16:41:02 +0100
committerLibravatar GitHub <noreply@github.com>2023-02-02 16:41:02 +0100
commit271da016b91d8d575e13be03b440f970cd333ebe (patch)
tree4870baceb2266d14906f66d2c9445144fb85746b /internal/ap/interfaces.go
parent[feature] Implement `/api/v2/instance` endpoint (#1409) (diff)
downloadgotosocial-271da016b91d8d575e13be03b440f970cd333ebe.tar.xz
[bugfix] Read Bookwyrm Articles more thoroughly (#1410)
Diffstat (limited to 'internal/ap/interfaces.go')
-rw-r--r--internal/ap/interfaces.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/ap/interfaces.go b/internal/ap/interfaces.go
index a538e4c2b..5bfeef642 100644
--- a/internal/ap/interfaces.go
+++ b/internal/ap/interfaces.go
@@ -51,6 +51,7 @@ type Statusable interface {
WithTypeName
WithSummary
+ WithName
WithInReplyTo
WithPublished
WithURL