mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 18:29:32 -06:00
media handling
This commit is contained in:
parent
f210d39891
commit
a30a1a267b
8 changed files with 431 additions and 1 deletions
|
|
@ -61,6 +61,12 @@ func StandardDBSetup(db db.DB) error {
|
|||
}
|
||||
}
|
||||
|
||||
for _, v := range TestAttachments() {
|
||||
if err := db.Put(v); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
for _, v := range TestStatuses() {
|
||||
if err := db.Put(v); err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue