summaryrefslogtreecommitdiff
path: root/internal/processing/user/user.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2025-02-09 13:52:52 +0100
committerLibravatar GitHub <noreply@github.com>2025-02-09 13:52:52 +0100
commitce7ba8f4986845d39dfae284f156f14af677a7b4 (patch)
tree33fba82764b18a93c6a8f870316fe1cea77ec947 /internal/processing/user/user.go
parent[bugfix] Fix missing `hasChanged` func (#3764) (diff)
downloadgotosocial-ce7ba8f4986845d39dfae284f156f14af677a7b4.tar.xz
[bugfix] Fix POST to create account endpoint (#3767)
Diffstat (limited to 'internal/processing/user/user.go')
-rw-r--r--internal/processing/user/user.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/processing/user/user.go b/internal/processing/user/user.go
index cd8ab9900..5efb89061 100644
--- a/internal/processing/user/user.go
+++ b/internal/processing/user/user.go
@@ -41,6 +41,7 @@ func New(
return Processor{
state: state,
converter: converter,
+ oauthServer: oauthServer,
emailSender: emailSender,
}
}