(c *fiber.Ctx)
| 30 | } |
| 31 | |
| 32 | func hot_post_timeline(c *fiber.Ctx) error { |
| 33 | return convert_timeline(c, "", true, blueskyapi.GetHotPosts) |
| 34 | } |
| 35 | |
| 36 | func user_timeline(c *fiber.Ctx) error { |
| 37 | actor := c.Query("screen_name") |
nothing calls this directly
no test coverage detected