favourites GET implementation

This commit is contained in:
tsmethurst 2021-07-09 18:25:05 +02:00
commit 53c0bfbec3
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)
}