Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - Gemfile - Gemfile.lock - app/controllers/about_controller.rb - app/controllers/auth/sessions_controller.rb
This commit is contained in:
@ -184,7 +184,7 @@ class PostStatusService < BaseService
|
||||
def poll_attributes
|
||||
return if @options[:poll].blank?
|
||||
|
||||
@options[:poll].merge(account: @account)
|
||||
@options[:poll].merge(account: @account, voters_count: 0)
|
||||
end
|
||||
|
||||
def scheduled_options
|
||||
|
Reference in New Issue
Block a user