fix rebase errors

This commit is contained in:
Hazelnoot 2025-11-05 19:51:56 -05:00
parent dcb54c0a8c
commit 83134775f0
3 changed files with 3 additions and 4 deletions

View file

@ -59,7 +59,6 @@ import { CollapsedQueue } from '@/misc/collapsed-queue.js';
import { CacheService } from '@/core/CacheService.js';
import { TimeService } from '@/global/TimeService.js';
import { NoteVisibilityService } from '@/core/NoteVisibilityService.js';
import { isPureRenote } from '@/misc/is-renote.js';
type NotificationType = 'reply' | 'renote' | 'quote' | 'mention';