Add searchability support
This commit is contained in:
parent
a2e674af51
commit
af20b1d2aa
43 changed files with 716 additions and 65 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
class InitialStatePresenter < ActiveModelSerializers::Model
|
||||
attributes :settings, :push_subscription, :token,
|
||||
:current_account, :admin, :owner, :text, :visibility,
|
||||
:current_account, :admin, :owner, :text, :visibility, :searchability,
|
||||
:disabled_account, :moved_to_account
|
||||
|
||||
def role
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue