Skip to content
Snippets Groups Projects
Commit a6d4868f authored by syuilo's avatar syuilo
Browse files

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

Fix #8211
parent 82e81a09
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
- 「クリップ」ページが開かない問題を修正
- トレンドウィジェットが動作しないのを修正
- リアクション設定で絵文字ピッカーが開かないのを修正
- DMページでメンションが含まれる問題を修正
## 12.102.1 (2022/01/27)
### Bugfixes
......
......@@ -12,9 +12,9 @@ import { i18n } from '@/i18n';
const pagination = {
endpoint: 'notes/mentions' as const,
limit: 10,
params: () => ({
params: {
visibility: 'specified'
}),
},
};
defineExpose({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment