about summary refs log tree commit diff
path: root/app/models/account.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-11-19 19:55:02 +0100
committerGitHub <noreply@github.com>2021-11-19 19:55:02 +0100
commit3ba7c85ec9bd5dcf75b30b00ed634b3b31a029af (patch)
tree6e0cd84a36280b314df2e1654e42f3dc05ee56e1 /app/models/account.rb
parentf2b376e9d82577dc630757a2b927d02f8bfcf4b0 (diff)
parent189cf652e6b3c6ee1d303282ca93823965f89f24 (diff)
Merge pull request #1634 from ClearlyClaire/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index d6300a13f..e0e916eb2 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -147,7 +147,7 @@ class Account < ApplicationRecord
 
   delegate :chosen_languages, to: :user, prefix: false, allow_nil: true
 
-  update_index('accounts#account', :self)
+  update_index('accounts', :self)
 
   def local?
     domain.nil?