summaryrefslogtreecommitdiff
path: root/internal/media/processvideo.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-12-28 16:36:00 +0100
committerLibravatar tsmethurst <tobi.smethurst@protonmail.com>2021-12-28 16:36:00 +0100
commitc4d63d125b5a44c150a00b0b20b3638cad9221f8 (patch)
tree03230f6e34068fb30a8db9dd9a4c3db1f4e04f9b /internal/media/processvideo.go
parentstart refactor of media package (diff)
downloadgotosocial-c4d63d125b5a44c150a00b0b20b3638cad9221f8.tar.xz
more refactoring, media handler => manager
Diffstat (limited to 'internal/media/processvideo.go')
-rw-r--r--internal/media/processvideo.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/media/processvideo.go b/internal/media/processvideo.go
index d0d11f779..e829c68c0 100644
--- a/internal/media/processvideo.go
+++ b/internal/media/processvideo.go
@@ -18,6 +18,6 @@
package media
-// func (mh *mediaHandler) processVideoAttachment(data []byte, accountID string, contentType string, remoteURL string) (*gtsmodel.MediaAttachment, error) {
+// func (mh *mediaManager) processVideoAttachment(data []byte, accountID string, contentType string, remoteURL string) (*gtsmodel.MediaAttachment, error) {
// return nil, nil
// }