summaryrefslogtreecommitdiff
path: root/internal/web/opengraph.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/web/opengraph.go')
-rw-r--r--internal/web/opengraph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/opengraph.go b/internal/web/opengraph.go
index 4bba82139..9636e408f 100644
--- a/internal/web/opengraph.go
+++ b/internal/web/opengraph.go
@@ -57,7 +57,7 @@ type ogMeta struct {
// the base root of an instance. It also serves as a
// foundation for building account / status ogMeta on
// top of.
-func ogBase(instance *apimodel.Instance) *ogMeta {
+func ogBase(instance *apimodel.InstanceV1) *ogMeta {
var locale string
if len(instance.Languages) > 0 {
locale = instance.Languages[0]