mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 17:42:25 -05:00
* remove unnecessary LOWER() db calls * warn during slow db queries * use bundb built-in exists function * add db block test * update account block query * add domain block db test * optimize domain block query * fix implementing wrong test * exclude most columns when checking block * go fmt * remote more unnecessary use of LOWER() |
||
|---|---|---|
| .. | ||
| federation.go | ||
| getfollowers.go | ||
| getfollowing.go | ||
| getnodeinfo.go | ||
| getoutbox.go | ||
| getstatus.go | ||
| getstatusreplies.go | ||
| getuser.go | ||
| getwebfinger.go | ||
| postinbox.go | ||