mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
FEATURE: allows published pages to be public (#10053)
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class PublishedPageSerializer < ApplicationSerializer
|
||||
attributes :id, :slug
|
||||
attributes :id, :slug, :public
|
||||
|
||||
def id
|
||||
object.topic_id
|
||||
|
Reference in New Issue
Block a user