mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 09:12:26 -05:00
more timeline stuff
This commit is contained in:
parent
5d65b6ca0a
commit
625e6d654c
7 changed files with 139 additions and 46 deletions
6
internal/api/model/timeline.go
Normal file
6
internal/api/model/timeline.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package model
|
||||
|
||||
type StatusTimelineResponse struct {
|
||||
Statuses []*Status
|
||||
LinkHeader string
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue