Merge branch 'main' into glitch-soc/merge-upstream

This commit is contained in:
Claire
2021-11-19 18:51:41 +01:00
28 changed files with 337 additions and 333 deletions

View File

@@ -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?