Merge branch 'master' into glitch-soc/merge-upstream
Conflicts:
- Dockerfile
Took upstream version and reverted f13ebd02c9.
Hopefuly it's not needed anymore.
- app/controllers/api/v1/search_controller.rb
The conflict was due to us raising the number of results returned.
Upstream raised it further, so took it.
- config/locales/de.yml
Took upstream changes to theme translation strings.
- config/locales/gl.yml
Took upstream changes to theme translation strings.
- config/locales/nl.yml
Took upstream changes to theme translation strings.
- config/locales/sk.yml
Took upstream changes to theme translation strings.
This commit is contained in:
@@ -245,7 +245,7 @@ class User < ApplicationRecord
|
||||
end
|
||||
|
||||
def shows_application?
|
||||
@shows_application ||= settings.shows_application
|
||||
@shows_application ||= settings.show_application
|
||||
end
|
||||
|
||||
def token_for_app(a)
|
||||
|
||||
Reference in New Issue
Block a user