chore: style for grouped follow notifications
This commit is contained in:
parent
110e7ae61f
commit
441c16913d
2 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ const { paginator, stream } = defineProps<{
|
|||
}>()
|
||||
|
||||
const groupCapacity = Number.MAX_VALUE // No limit
|
||||
const minFollowGroupSize = 5 // Below this limit, show a profile card for each follow
|
||||
|
||||
// Group by type (and status when applicable)
|
||||
const groupId = (item: Notification): string => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue