favourites GET implementation (#95)

This commit is contained in:
Tobi Smethurst
2021-07-09 18:32:48 +02:00
committed by GitHub
parent c5180b3860
commit c7da64922f
16 changed files with 491 additions and 127 deletions

View File

@ -60,7 +60,7 @@ func (p *processor) Fave(account *gtsmodel.Account, targetStatusID string) (*api
}
if newFave {
thisFaveID, err := id.NewRandomULID()
thisFaveID, err := id.NewULID()
if err != nil {
return nil, gtserror.NewErrorInternalError(err)
}