diff options
author | 2022-10-03 10:46:11 +0200 | |
---|---|---|
committer | 2022-10-03 10:46:11 +0200 | |
commit | 56f53a2a6f85876485e2ae67d48b78b448caed6e (patch) | |
tree | 9bd8d3fcaffd515d3dc90ff22c6cee17e8d0b073 /internal/db/db.go | |
parent | [feature] Enlarge active/hovered custom emojis in statuses (#877) (diff) | |
download | gotosocial-56f53a2a6f85876485e2ae67d48b78b448caed6e.tar.xz |
[performance] add user cache and database (#879)
* go fmt
* add + use user cache and database
* fix import
* update tests
* remove unused relation
Diffstat (limited to 'internal/db/db.go')
-rw-r--r-- | internal/db/db.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/db/db.go b/internal/db/db.go index 0c1f2602a..52a76ecdb 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -44,6 +44,7 @@ type DB interface { Session Status Timeline + User /* USEFUL CONVERSION FUNCTIONS |