Fix various issues in polls (#10165)
* Fix ActivityPub poll results being serialized even with hide_totals * Fix poll refresh button having a different font size * Display poll in OpenGraph description * Fix NoMethodError when serializing votes Regression from #10158 * Fix polls on public pages being broken for non-logged-in users * Do not show time remaining if poll has no expiration date
This commit is contained in:
parent
0a39c81dd8
commit
a198add83b
6 changed files with 37 additions and 13 deletions
|
@ -23,6 +23,10 @@ class PollVote < ApplicationRecord
|
|||
|
||||
delegate :local?, to: :account
|
||||
|
||||
def object_type
|
||||
:vote
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def increment_counter_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue