forked from AkkomaGang/akkoma
add bubble visibility to description
This commit is contained in:
parent
dd44387f1a
commit
f94e8a3713
1 changed files with 5 additions and 0 deletions
|
@ -2999,6 +2999,11 @@
|
||||||
key: :federated,
|
key: :federated,
|
||||||
type: :boolean,
|
type: :boolean,
|
||||||
description: "Disallow viewing the whole known network timeline."
|
description: "Disallow viewing the whole known network timeline."
|
||||||
|
},
|
||||||
|
%{
|
||||||
|
key: :bubble,
|
||||||
|
type: :boolean,
|
||||||
|
description: "Disallow viewing the bubble timeline."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue