Removed accidental n+1 query from notifications, updated some deps,
improved how "show more" link looks
This commit is contained in:
		| @ -81,4 +81,4 @@ end | ||||
| require 'sidekiq/testing' | ||||
| Sidekiq::Testing.inline! | ||||
|  | ||||
| ActiveRecordQueryTrace.enabled = true | ||||
| ActiveRecordQueryTrace.enabled = ENV.fetch('QUERY_TRACE_ENABLED') { false } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user