mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-03 03:44:31 +02:00
feat: per user featured notes
This commit is contained in:
@@ -102,7 +102,6 @@ let searchKey = $ref('');
|
||||
const featuredPagination = $computed(() => ({
|
||||
endpoint: 'notes/featured' as const,
|
||||
limit: 10,
|
||||
offsetMode: true,
|
||||
params: {
|
||||
channelId: props.channelId,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user