mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 19:45:51 +02:00
Fix: チャンネルのハイライトページにノートが表示されない問題を修正 (#16364)
* fix(frontend): unable to see channel's featured notes * docs(changelog): update changelog --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
@@ -112,7 +112,7 @@ const favorited = ref(false);
|
||||
const searchQuery = ref('');
|
||||
const searchPaginator = shallowRef();
|
||||
const searchKey = ref('');
|
||||
const featuredPaginator = markRaw(new Paginator('channels/featured', {
|
||||
const featuredPaginator = markRaw(new Paginator('notes/featured', {
|
||||
limit: 10,
|
||||
computedParams: computed(() => ({
|
||||
channelId: props.channelId,
|
||||
|
||||
Reference in New Issue
Block a user