mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 16:57:28 -06:00
fiddle with instance display
This commit is contained in:
parent
69000ed68e
commit
7d2bfd8537
7 changed files with 24 additions and 12 deletions
|
|
@ -30,7 +30,7 @@ func (ps *postgresService) GetStatusCountForInstance(domain string) (int, error)
|
|||
} else {
|
||||
// join on the domain of the account
|
||||
q = q.Join("JOIN accounts AS account ON account.id = status.account_id").
|
||||
Where("account.domain = ?", domain)
|
||||
Where("account.domain = ?", domain)
|
||||
}
|
||||
|
||||
return q.Count()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue