parent
82e81a0984
commit
a6d4868ff0
|
@ -16,6 +16,7 @@
|
||||||
- 「クリップ」ページが開かない問題を修正
|
- 「クリップ」ページが開かない問題を修正
|
||||||
- トレンドウィジェットが動作しないのを修正
|
- トレンドウィジェットが動作しないのを修正
|
||||||
- リアクション設定で絵文字ピッカーが開かないのを修正
|
- リアクション設定で絵文字ピッカーが開かないのを修正
|
||||||
|
- DMページでメンションが含まれる問題を修正
|
||||||
|
|
||||||
## 12.102.1 (2022/01/27)
|
## 12.102.1 (2022/01/27)
|
||||||
### Bugfixes
|
### Bugfixes
|
||||||
|
|
|
@ -12,9 +12,9 @@ import { i18n } from '@/i18n';
|
||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: 'notes/mentions' as const,
|
endpoint: 'notes/mentions' as const,
|
||||||
limit: 10,
|
limit: 10,
|
||||||
params: () => ({
|
params: {
|
||||||
visibility: 'specified'
|
visibility: 'specified'
|
||||||
}),
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
defineExpose({
|
defineExpose({
|
||||||
|
|
Loading…
Reference in New Issue