mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-22 22:21:09 +08:00
Test admin register request notification handling
This commit is contained in:
@@ -19,5 +19,7 @@ public interface NotificationRepository extends JpaRepository<Notification, Long
|
||||
|
||||
void deleteByTypeAndFromUser(NotificationType type, User fromUser);
|
||||
|
||||
List<Notification> findByTypeAndFromUser(NotificationType type, User fromUser);
|
||||
|
||||
void deleteByTypeAndFromUserAndPost(NotificationType type, User fromUser, Post post);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user