diff options
author | 2023-02-02 16:41:02 +0100 | |
---|---|---|
committer | 2023-02-02 16:41:02 +0100 | |
commit | 271da016b91d8d575e13be03b440f970cd333ebe (patch) | |
tree | 4870baceb2266d14906f66d2c9445144fb85746b /internal/ap/interfaces.go | |
parent | [feature] Implement `/api/v2/instance` endpoint (#1409) (diff) | |
download | gotosocial-271da016b91d8d575e13be03b440f970cd333ebe.tar.xz |
[bugfix] Read Bookwyrm Articles more thoroughly (#1410)
Diffstat (limited to 'internal/ap/interfaces.go')
-rw-r--r-- | internal/ap/interfaces.go | 1 |
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 |