diff --git a/Changelog.md b/Changelog.md
index 96c80e6e32a16a017b1cb0b661c6e271f6dba8f3..d842663db674a1f9086f8a8ad966d58af6cb7893 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -29,6 +29,7 @@ Read more in [#4249](https://github.com/diaspora/diaspora/pull/4249) and [#4883]
 * Refactor publisher: trigger events for certain actions, introduce 'disabled' state [#4932](https://github.com/diaspora/diaspora/pull/4932)
 
 ## Bug fixes
+* Fix user account deletion [#4792](https://github.com/diaspora/diaspora/issues/4792)
 * Fix email body language when invite a friend [#4832](https://github.com/diaspora/diaspora/issues/4832)
 * Improve time agos by updating the plugin [#4280](https://github.com/diaspora/diaspora/issues/4280)
 * Do not add a space after adding a mention [#4767](https://github.com/diaspora/diaspora/issues/4767)
diff --git a/config/initializers/load_libraries.rb b/config/initializers/load_libraries.rb
index 29271dcfc5474ed9f3005648b55fc65b12ff2f2a..29ddab022207325241f0eeed68af71450daf9855 100644
--- a/config/initializers/load_libraries.rb
+++ b/config/initializers/load_libraries.rb
@@ -30,3 +30,4 @@ require 'statistics'
 require 'stream'
 require 'webfinger'
 require 'webfinger_profile'
+require 'account_deleter'