summaryrefslogtreecommitdiff
path: root/internal/typeutils/converter.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-29 19:45:07 +0200
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-05-29 19:45:07 +0200
commit5facbed9c04d1b2e11bf5b842a6acda3a9ed54c0 (patch)
tree40ae75c3613c9c6915273f98fe7ce41046d11381 /internal/typeutils/converter.go
parentfirst implementation of search feature (diff)
parentSearch (#36) (diff)
downloadgotosocial-5facbed9c04d1b2e11bf5b842a6acda3a9ed54c0.tar.xz
Merge branch 'main' of github.com:superseriousbusiness/gotosocial into main
Diffstat (limited to 'internal/typeutils/converter.go')
-rw-r--r--internal/typeutils/converter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/typeutils/converter.go b/internal/typeutils/converter.go
index 9cd7ad9b4..ab680fbdd 100644
--- a/internal/typeutils/converter.go
+++ b/internal/typeutils/converter.go
@@ -145,7 +145,7 @@ type TypeConverter interface {
/*
WRAPPER CONVENIENCE FUNCTIONS
*/
-
+
// WrapPersonInUpdate
WrapPersonInUpdate(person vocab.ActivityStreamsPerson, originAccount *gtsmodel.Account) (vocab.ActivityStreamsUpdate, error)
}