mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 13:43:33 -06:00
linting
This commit is contained in:
parent
72c91c92d0
commit
932702fbe1
5 changed files with 21 additions and 23 deletions
|
|
@ -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
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue