mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 23:22:25 -05:00
fix up more tests, fix missing required changes, etc
This commit is contained in:
parent
61f8da707c
commit
64564496f1
10 changed files with 130 additions and 84 deletions
|
|
@ -50,7 +50,7 @@ func (p *Processor) ListTimelineGet(
|
|||
}
|
||||
|
||||
// Check exists.
|
||||
if list != nil {
|
||||
if list == nil {
|
||||
const text = "list not found"
|
||||
return nil, gtserror.NewErrorNotFound(
|
||||
errors.New(text),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue