Merge branch 'master' into glitch-soc/merge-upstream
Conflicts: - app/workers/activitypub/distribute_poll_update_worker.rb - config/locales/pl.yml
This commit is contained in:
@@ -111,8 +111,8 @@ module StreamEntriesHelper
|
||||
end
|
||||
|
||||
def poll_summary(status)
|
||||
return unless status.poll
|
||||
status.poll.options.map { |o| "[ ] #{o}" }.join("\n")
|
||||
return unless status.preloadable_poll
|
||||
status.preloadable_poll.options.map { |o| "[ ] #{o}" }.join("\n")
|
||||
end
|
||||
|
||||
def status_description(status)
|
||||
|
Reference in New Issue
Block a user