This commit is contained in:
Dan Anglin 2024-08-01 01:04:34 +01:00
parent 60aeec06f9
commit 30110213e7
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -115,11 +115,3 @@ type NotFollowingError struct {
func (e NotFollowingError) Error() string { func (e NotFollowingError) Error() string {
return "you are not following " + e.Account return "you are not following " + e.Account
} }
//type UnknownMediaAttachmentError struct {
// AttachmentID string
//}
//
//func (e UnknownMediaAttachmentError) Error() string {
// return "unknown media attachment '" + e.AttachmentID + "'"
//}