fix:ロールタイムライン無効に関する修正 (#10843)
* 修正 * note visibility change * public投稿のみ * update changelog * RN非表示機能がうごかないところだった
This commit is contained in:
parent
02715f5d14
commit
bd6666173a
5 changed files with 22 additions and 2 deletions
|
@ -35,7 +35,7 @@ onMounted(() => {
|
|||
});
|
||||
|
||||
async function setRole() {
|
||||
const roles = await os.api('roles/list');
|
||||
const roles = (await os.api('roles/list')).filter(x => x.isExplorable);
|
||||
const { canceled, result: role } = await os.select({
|
||||
title: i18n.ts.role,
|
||||
items: roles.map(x => ({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue