1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 09:35:51 +02:00

fix(client): DMページでメンションが含まれる問題を修正

Fix #8211
This commit is contained in:
syuilo
2022-01-28 13:39:54 +09:00
parent 82e81a0984
commit a6d4868ff0
2 changed files with 3 additions and 2 deletions

View File

@@ -12,9 +12,9 @@ import { i18n } from '@/i18n';
const pagination = {
endpoint: 'notes/mentions' as const,
limit: 10,
params: () => ({
params: {
visibility: 'specified'
}),
},
};
defineExpose({