mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 12:02:25 -05:00
fix typo (thanks micah, thicah)
This commit is contained in:
parent
d69786ef17
commit
6c7b7659f8
1 changed files with 1 additions and 1 deletions
|
|
@ -276,7 +276,7 @@ func (c *converter) FollowToAS(f *gtsmodel.Follow, originAccount *gtsmodel.Accou
|
|||
return nil, fmt.Errorf("followtoasfollow: error parsing target account uri: %s", err)
|
||||
}
|
||||
|
||||
// uri of the folow activity itself
|
||||
// uri of the follow activity itself
|
||||
followURI, err := url.Parse(f.URI)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("followtoasfollow: error parsing follow uri: %s", err)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue