Skip to content
Extraits de code Groupes Projets
Valider ee6212c6 rédigé par Florian Staudacher's avatar Florian Staudacher
Parcourir les fichiers

Merge pull request #4953 from oliverbarnes/4792-quick-fix-user-deletion

Add account_deleter.rb to load_libraries initializer - Fix #4792
parents dcf27544 aec0c700
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -29,6 +29,7 @@ Read more in [#4249](https://github.com/diaspora/diaspora/pull/4249) and [#4883] ...@@ -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) * Refactor publisher: trigger events for certain actions, introduce 'disabled' state [#4932](https://github.com/diaspora/diaspora/pull/4932)
## Bug fixes ## 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) * 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) * 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) * Do not add a space after adding a mention [#4767](https://github.com/diaspora/diaspora/issues/4767)
......
...@@ -30,3 +30,4 @@ require 'statistics' ...@@ -30,3 +30,4 @@ require 'statistics'
require 'stream' require 'stream'
require 'webfinger' require 'webfinger'
require 'webfinger_profile' require 'webfinger_profile'
require 'account_deleter'
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter