diff --git a/config/config.exs b/config/config.exs
index 10a20f43f..44d0666c2 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -185,6 +185,12 @@ config :phoenix, :filter_parameters, ["password", "token"]
config :absinthe, schema: Mobilizon.GraphQL.Schema
config :absinthe, Absinthe.Logger, filter_variables: ["token", "password", "secret"]
+config :codepagex, :encodings, [
+ :ascii,
+ ~r[iso8859]i,
+ :"VENDORS/MICSFT/WINDOWS/CP1252"
+]
+
config :mobilizon, Mobilizon.Web.Gettext, split_module_by: [:locale, :domain]
config :ex_cldr,
diff --git a/js/src/components/Account/ActorAutoComplete.vue b/js/src/components/Account/ActorAutoComplete.vue
deleted file mode 100644
index 50a77e1b4..000000000
--- a/js/src/components/Account/ActorAutoComplete.vue
+++ /dev/null
@@ -1,118 +0,0 @@
-
-
-
- {{ `@${props.option.preferredUsername}` }}
- {{
- `@${props.option.domain}`
- }}
-
-
- {{ `@${props.option.preferredUsername}` }}
-
-
- {{ actor.name || `@${usernameWithDomain(actor)}` }} + {{ displayName(actor) }}