mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-30 00:26:15 -06:00
don't use cache (overkill)
This commit is contained in:
parent
3991f60e83
commit
bde5520cc0
2 changed files with 45 additions and 42 deletions
|
|
@ -17,7 +17,10 @@
|
|||
|
||||
package model
|
||||
|
||||
import "mime/multipart"
|
||||
import (
|
||||
"mime/multipart"
|
||||
"time"
|
||||
)
|
||||
|
||||
// InstanceSettingsUpdateRequest models an instance update request.
|
||||
//
|
||||
|
|
@ -154,4 +157,5 @@ type RandomStats struct {
|
|||
Statuses int64
|
||||
TotalUsers int64
|
||||
MonthlyActiveUsers int64
|
||||
Generated time.Time
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue