This commit is contained in:
tsmethurst 2021-05-17 19:03:29 +02:00
commit 932702fbe1
5 changed files with 21 additions and 23 deletions

View file

@ -18,8 +18,6 @@
package media
import "github.com/superseriousbusiness/gotosocial/internal/gtsmodel"
func (mh *mediaHandler) processVideoAttachment(data []byte, accountID string, contentType string, remoteURL string) (*gtsmodel.MediaAttachment, error) {
return nil, nil
}
// func (mh *mediaHandler) processVideoAttachment(data []byte, accountID string, contentType string, remoteURL string) (*gtsmodel.MediaAttachment, error) {
// return nil, nil
// }