mirror of
https://git.phreedom.club/localhost_frssoft/bloat.git
synced 2024-11-22 12:01:27 +00:00
Fix typo
This commit is contained in:
parent
69f2c3d226
commit
f215ab481d
|
@ -228,7 +228,7 @@ func (svc *service) ServeTimelinePage(c *model.Client, tType string,
|
|||
title = "Timeline"
|
||||
case "direct":
|
||||
statuses, err = c.GetTimelineDirect(ctx, &pg)
|
||||
title = "Local Timeline"
|
||||
title = "Direct Timeline"
|
||||
case "local":
|
||||
statuses, err = c.GetTimelinePublic(ctx, true, &pg)
|
||||
title = "Local Timeline"
|
||||
|
|
Loading…
Reference in a new issue