summaryrefslogtreecommitdiff
path: root/internal/db/db.go
diff options
context:
space:
mode:
authorLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
committerLibravatar tsmethurst <tobi.smethurst@klarrio.com>2021-03-15 23:05:24 +0100
commit4e281f31b0e0c1410264a99687983f2d309cdd00 (patch)
tree13712ef6c55d7a71fa082fc01ed71013054ed217 /internal/db/db.go
parentgo mod tidy (diff)
downloadgotosocial-4e281f31b0e0c1410264a99687983f2d309cdd00.tar.xz
whole buncha stuff
Diffstat (limited to 'internal/db/db.go')
-rw-r--r--internal/db/db.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/internal/db/db.go b/internal/db/db.go
index 03e30b41b..4ea4e1af6 100644
--- a/internal/db/db.go
+++ b/internal/db/db.go
@@ -25,7 +25,6 @@ import (
"github.com/go-fed/activity/pub"
"github.com/gotosocial/gotosocial/internal/config"
- "github.com/gotosocial/oauth2/v4"
"github.com/sirupsen/logrus"
)
@@ -41,11 +40,6 @@ type DB interface {
pub.Database
/*
- OAUTH2 DATABASE FUNCTIONS
- */
- TokenStore() oauth2.TokenStore
-
- /*
ANY ADDITIONAL DESIRED FUNCTIONS
*/