mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-22 20:26:15 -06:00
some more hacking away at the timeline code phew
This commit is contained in:
parent
96048d7f07
commit
86fd23ccd9
8 changed files with 49 additions and 45 deletions
|
|
@ -21,7 +21,6 @@ func (p *processor) Create(account *gtsmodel.Account, application *gtsmodel.Appl
|
|||
ID: thisStatusID,
|
||||
URI: thisStatusURI,
|
||||
URL: thisStatusURL,
|
||||
Content: util.HTMLFormat(form.Status),
|
||||
CreatedAt: time.Now(),
|
||||
UpdatedAt: time.Now(),
|
||||
Local: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue