mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
small fiddling to allow whalebird to work (a bit)
This commit is contained in:
parent
43c3a47773
commit
aeb665df55
4 changed files with 10 additions and 4 deletions
|
|
@ -30,4 +30,6 @@ type Instance struct {
|
|||
ContactAccountID string
|
||||
// Reputation score of this instance
|
||||
Reputation int64 `pg:",notnull,default:0"`
|
||||
// Version of the software used on this instance
|
||||
Version string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue