mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 01:56:15 -06:00
tidy up
This commit is contained in:
parent
3e72a9757b
commit
accc8971d1
53 changed files with 896 additions and 486 deletions
|
|
@ -35,7 +35,7 @@ func (p *processor) StatusesGet(requestingAccount *gtsmodel.Account, targetAccou
|
|||
}
|
||||
|
||||
apiStatuses := []apimodel.Status{}
|
||||
|
||||
|
||||
statuses, err := p.db.GetAccountStatuses(targetAccountID, limit, excludeReplies, maxID, pinnedOnly, mediaOnly)
|
||||
if err != nil {
|
||||
if err == db.ErrNoEntries {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue