mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 01:56:15 -06:00
working pretty alright!
This commit is contained in:
parent
a125327769
commit
7e80eafaea
20 changed files with 744 additions and 187 deletions
|
|
@ -23,8 +23,7 @@ import "time"
|
|||
type Block struct {
|
||||
Type TransType `json:"type" bun:"-"`
|
||||
ID string `json:"id"`
|
||||
CreatedAt time.Time `json:"createdAt"`
|
||||
UpdatedAt time.Time `json:"updatedAt"`
|
||||
CreatedAt *time.Time `json:"createdAt"`
|
||||
URI string `json:"uri"`
|
||||
AccountID string `json:"accountId"`
|
||||
TargetAccountID string `json:"targetAccountId"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue